diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-24 08:02:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-04-24 08:02:43 +0000 |
commit | fc543e03c6e44692cbee4f2db32f3a9a956f2623 (patch) | |
tree | 1e0519eafbfb1d4e18c98ff37cb86f35d5732e56 /security/super/pkg-plist | |
parent | a72cede6bf986676ad8936007f4c53adca1d131b (diff) |
Super is a setuid-root program that offers
o restricted setuid-root access to executables, adjustable
on a per-program and per-user basis;
o a relatively secure environment for scripts, so that well-written
scripts can be run as root (or some other uid/gid), without
unduly compromising security.
See pkg/DESCR for a comparson w/sudo.
Notes
Notes:
svn path=/head/; revision=6282
Diffstat (limited to 'security/super/pkg-plist')
-rw-r--r-- | security/super/pkg-plist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/super/pkg-plist b/security/super/pkg-plist new file mode 100644 index 000000000000..a6c6e48eddec --- /dev/null +++ b/security/super/pkg-plist @@ -0,0 +1,8 @@ +bin/super +bin/setuid +man/man1/super.1.gz +man/man1/setuid.1.gz +man/man5/super.5.gz +share/examples/sample.tab +share/examples/sample.cdmount +share/doc/super/README |