mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
5596ca6e0e
commit
bd3fb8a5cd
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user