diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/msec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ if $MSEC "$@"; then LOCAL= [ -f /etc/security/msec/perm.local ] && LOCAL=/etc/security/msec/perm.local - /usr/share/msec/Perms.py $OPT /etc/security/msec/perm.$PERM_LEVEL $LOCAL + /usr/share/msec/Perms.py $OPT /usr/share/msec/perm.$PERM_LEVEL $LOCAL fi # msec ends here |