diff options
Diffstat (limited to 'init-sh/lib.sh')
-rw-r--r-- | init-sh/lib.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init-sh/lib.sh b/init-sh/lib.sh index 25711e9..9fb580f 100644 --- a/init-sh/lib.sh +++ b/init-sh/lib.sh @@ -333,6 +333,15 @@ else chmod 755 /etc/X11/xinit.d/msec fi + +if [[ -f /etc/profile.d/msec ]]; then + CleanRules /etc/profile.d/msec +else + touch /etc/profile.d/msec + chmod 755 /etc/profile.d/msec +fi + + echo -e "\nStarting to reconfigure the system : " # For all secure level echo "Setting spoofing protection : " |