]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce simple command line tools to manage MAC labels on processes and
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 23 Oct 2002 03:15:24 +0000 (03:15 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 23 Oct 2002 03:15:24 +0000 (03:15 +0000)
commit5b38a427c0c19994a726e7591032b18c9e3cdb48
tree1241e6b09b3aa04217dcc93b30ff4cc487e0e738
parent96725dd01a58578b51a1551fa51b49dfc6e14308
Introduce simple command line tools to manage MAC labels on processes and
files.  Basically wrappers for mac_{get,set}_{file,link,pid,proc}(3).
Man pages to be updated shortly.

Approved by: re
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
usr.sbin/Makefile
usr.sbin/getfmac/Makefile [new file with mode: 0644]
usr.sbin/getfmac/getfmac.8 [new file with mode: 0644]
usr.sbin/getfmac/getfmac.c [new file with mode: 0644]
usr.sbin/getpmac/Makefile [new file with mode: 0644]
usr.sbin/getpmac/getpmac.c [new file with mode: 0644]
usr.sbin/setfmac/Makefile [new file with mode: 0644]
usr.sbin/setfmac/setfmac.8 [new file with mode: 0644]
usr.sbin/setfmac/setfmac.c [new file with mode: 0644]
usr.sbin/setpmac/Makefile [new file with mode: 0644]
usr.sbin/setpmac/setpmac.c [new file with mode: 0644]