diff options
-rwxr-xr-x | systemd/fedora-autorelabel | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/systemd/fedora-autorelabel b/systemd/fedora-autorelabel index 2a5cc491..326837b2 100755 --- a/systemd/fedora-autorelabel +++ b/systemd/fedora-autorelabel @@ -19,13 +19,6 @@ if [ -e "/selinux/enforce" ] && [ "$(cat /proc/self/attr/current)" != "kernel" ] fi fi -disable_selinux() { - echo $"*** Warning -- SELinux is active" - echo $"*** Disabling security enforcement for system recovery." - echo $"*** Run 'setenforce 1' to reenable." - echo "0" > "/selinux/enforce" -} - relabel_selinux() { # if /sbin/init is not labeled correctly this process is running in the # wrong context, so a reboot will be required after relabel |