aboutsummaryrefslogtreecommitdiffstats
path: root/init-sh
diff options
context:
space:
mode:
Diffstat (limited to 'init-sh')
-rwxr-xr-xinit-sh/msec4
1 files changed, 2 insertions, 2 deletions
diff --git a/init-sh/msec b/init-sh/msec
index 1ba1bb2..6ce12b8 100755
--- a/init-sh/msec
+++ b/init-sh/msec
@@ -27,8 +27,8 @@ if [[ -f /usr/share/msec/level$1.sh ]]; then
echo
echo "You might logout of your session for some change to be activated."
echo
- if [[ -f /usr/share/msec/perm.$1 ]]; then
- /usr/share/msec/file_perm.sh /usr/share/msec/perm.$1
+ if [[ -f /etc/security/msec/perm.$1 ]]; then
+ /usr/share/msec/file_perm.sh /etc/security/msec/perm.$1
else
echo "Couldn't find the default permissions for level $1."
fi