summaryrefslogtreecommitdiff
path: root/security/priv
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-08-18 00:57:30 +0000
committerreed <reed@pkgsrc.org>2005-08-18 00:57:30 +0000
commita98d6a22691b1157a8f95eecbcd80f76cdaae5c4 (patch)
treedaf51492a88ac82623ad4d7cd4216b3e36db0cde /security/priv
parent90c2aefac5c0396645551416adcd8ef3f0386925 (diff)
downloadpkgsrc-a98d6a22691b1157a8f95eecbcd80f76cdaae5c4.tar.gz
Remove hard-coded reference to $PREFIX/etc which is not accurate
and remove documentation.
Diffstat (limited to 'security/priv')
-rw-r--r--security/priv/DESCR20
1 files changed, 3 insertions, 17 deletions
diff --git a/security/priv/DESCR b/security/priv/DESCR
index ecf8df24459..a9efc68a9e0 100644
--- a/security/priv/DESCR
+++ b/security/priv/DESCR
@@ -1,20 +1,6 @@
priv allows authorised users to execute commands that run as different
users.
-When priv is invoked, it reads a list of authorised commands from a
-database file called
-
- ${PREFIX}/etc/priv/<username>
-
-Each line of the database file is a colon-separated list of fields.
-The first two fields must be specified. Blank lines or lines
-beginning with a ``#'' character are ignored. The fields, in order,
-are:
-
- expiry date
- user name to run command as
- flags
- command name
-
-The format of the expiry date is YYYYMMDDhhmm. A date of ``0'' is
-interpreted as no expiry date.
+When priv is invoked, it reads a list of authorised commands from
+a per-user database file that defines expiry date, user name to
+run command as, flags, and command names to run.