From 255073d6cdaefe76b7796d5c56abb5bb7e90d074 Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 27 Feb 2004 11:41:43 +0000 Subject: document perm file syntax --- share/README | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/share/README b/share/README index a7ad9ac..e323b70 100644 --- a/share/README +++ b/share/README @@ -67,5 +67,19 @@ sent to root. PERM_LEVEL is used to determine which file to use to fix permissions/owners/groups (from /usr/share/msec/perm.$PERM_LEVEL). If not set, the SECURE_LEVEL is used instead. If the file -/etc/security/msec/perm.local exists, it's used too. +/etc/security/msec/perm.local exists, it's used too. The syntax for +each line if the following: + [force] + + can be any glob to specify one or multiple +files/diretories. + + must be in the form . or . (force only +user) or . (force only group) or current (keep current user and +group). + + is an octal number representing the access rights. + +If force is present as a 4th argument, it means that msec will enforce +the permission even if the previous permission was lower. -- cgit v1.2.1