udev init: restorecon for /dev/shm, /dev/pts

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Wenzong Fan 2014-04-23 03:42:04 -04:00 committed by Joe MacDonald
parent 5596ca6e0e
commit bd3fb8a5cd

View File

@ -114,7 +114,7 @@ case "$1" in
udevadm settle
fi
test ! -x /sbin/restorecon || /sbin/restorecon -F /dev
test ! -x /sbin/restorecon || /sbin/restorecon -F /dev /dev/shm /dev/pts
;;
stop)