aboutsummaryrefslogtreecommitdiff
path: root/init.d/devfs.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/devfs.in')
-rw-r--r--init.d/devfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/devfs.in b/init.d/devfs.in
index 196bc57d..ca242318 100644
--- a/init.d/devfs.in
+++ b/init.d/devfs.in
@@ -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