summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2000-04-27 23:02:14 +0000
committerhin <hin@openbsd.org>2000-04-27 23:02:14 +0000
commit60ef774cf99f7a4bfa1aefcf4249bd781e30af49 (patch)
treedd603512db13a282b180f06b30fa26f6327debf6
parentoops (diff)
downloadwireguard-openbsd-60ef774cf99f7a4bfa1aefcf4249bd781e30af49.tar.xz
wireguard-openbsd-60ef774cf99f7a4bfa1aefcf4249bd781e30af49.zip
This file should of course be documented as well.
-rw-r--r--usr.sbin/afs/afsd/Makefile6
-rw-r--r--usr.sbin/afs/afsd/SuidCells.516
2 files changed, 19 insertions, 3 deletions
diff --git a/usr.sbin/afs/afsd/Makefile b/usr.sbin/afs/afsd/Makefile
index 80318717c45..b7aba4fd457 100644
--- a/usr.sbin/afs/afsd/Makefile
+++ b/usr.sbin/afs/afsd/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2000/04/27 22:49:05 hin Exp $
+# $OpenBSD: Makefile,v 1.4 2000/04/27 23:02:14 hin Exp $
PROG = afsd
-MAN = afsd.8 CellServDB.5 ThisCell.5
+MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5
BINDIR = /usr/libexec
SRCS = adir.c arla.c arladeb.c cmcb.c conn.c cred.c darla.c discon_log.c \
fbuf.c fcache.c fprio.c inter.c kernel.c messages.c reconnect.c \
@@ -10,4 +10,4 @@ SRCS = adir.c arla.c arladeb.c cmcb.c conn.c cred.c darla.c discon_log.c \
.PATH: ${.CURDIR}/../src/arlad
-.include <bsd.prog.mk> \ No newline at end of file
+.include <bsd.prog.mk>
diff --git a/usr.sbin/afs/afsd/SuidCells.5 b/usr.sbin/afs/afsd/SuidCells.5
new file mode 100644
index 00000000000..8c09c778915
--- /dev/null
+++ b/usr.sbin/afs/afsd/SuidCells.5
@@ -0,0 +1,16 @@
+.\" $OpenBSD: SuidCells.5,v 1.1 2000/04/27 23:02:14 hin Exp $
+.Dd April 19, 2000
+.Dt SuidCells 5
+.Os
+.Sh NAME
+.Nm SuidCells
+.Nd lists AFS cells for which the setuid bit is honored
+.Sh DESCRIPTION
+The setuid bit on binaries executed from within AFS are ignored
+for the cells that are not listed in
+.Nm
+.Sh SEE ALSO
+.Xr afsd 8 ,
+.Xr CellServDB 5
+
+