Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2008 16:56:42 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134789 for review
Message-ID:  <200802041656.m14Gugt9006564@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134789

Change 134789 by rwatson@rwatson_freebsd_capabilities on 2008/02/04 16:56:11

	Add basic man pages for cap_enter(2), cap_getmode(2),
	cap_getrights(2), and cap_new(2).  More to be done here.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Makefile.inc#2 edit
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/cap_enter.2#1 add
.. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/cap_new.2#1 add

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Makefile.inc#2 (text+ko) ====

@@ -61,7 +61,7 @@
 MAN+=	_exit.2 abort2.2 accept.2 access.2 acct.2  adjtime.2 \
 	aio_cancel.2 aio_error.2 aio_read.2 aio_return.2 \
 	aio_suspend.2 aio_waitcomplete.2 aio_write.2 \
-	bind.2 brk.2 chdir.2 chflags.2 \
+	bind.2 brk.2 cap_enter.2 cap_new.2 chdir.2 chflags.2 \
 	chmod.2 chown.2 chroot.2 clock_gettime.2 close.2 \
 	connect.2 dup.2 execve.2 extattr_get_file.2 \
 	fcntl.2 fhopen.2 flock.2 fork.2 fsync.2 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802041656.m14Gugt9006564>