devfs: fix restorecon ebegin message to match sys
X-Gentoo-Bug: 516956 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516956
This commit is contained in:
parent
99939b9839
commit
1a1d53335b
@ -95,7 +95,7 @@ seed_dev()
|
||||
restorecon_dev()
|
||||
{
|
||||
if [ -x /sbin/restorecon ]; then
|
||||
ebegin "Set SELinux labels in /dev"
|
||||
ebegin "Restoring SELinux contexts in /dev"
|
||||
restorecon -rF /dev >/dev/null 2>&1
|
||||
eend $?
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user