summaryrefslogtreecommitdiff
path: root/security/priv/DESCR
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
commita1c7fc64d2e3299dc02dbb81d8ce26dc1c75d6cb (patch)
treedaf51492a88ac82623ad4d7cd4216b3e36db0cde /security/priv/DESCR
parent21c35fc1cfc3571b39c82c43bb22f8afcba521ca (diff)
downloadpkgsrc-a1c7fc64d2e3299dc02dbb81d8ce26dc1c75d6cb.tar.gz
Remove hard-coded reference to $PREFIX/etc which is not accurate
and remove documentation.
Diffstat (limited to 'security/priv/DESCR')
-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.