summaryrefslogtreecommitdiffstats
path: root/usr.sbin/setfmac/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* Remove unnecessary SRCS= where could be guessed directly by ourdelphij2005-01-271-1/+0
| | | | | | bsd.*.mk infrasture. Obtained from: ru
* WARNS?=6 cleanup for [gs]et[fp]mac:delphij2005-01-271-1/+1
| | | | | | | | | | | - Constify structure members that should not be changed during process. - Apply static where needed - signed/unsigned madness - Bump WARNS?= levels from 2 to 6 (this is a diff reduction for a subsequent commit against these Makefile's)
* style.Makefile(5)obrien2003-04-041-2/+1
|
* Break setfmac.8 into two actual man pages, and reword bits of thechris2003-03-131-3/+1
| | | | | | | setfsmac(8) documentation. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Add support for -R for file relabel operations.rwatson2002-12-021-0/+4
| | | | | | | | | | | | Add 'setfsmac' link, which permits labels to be provided in a label specification file, making it easier to provide initial file system labeling specifications. This is used by the new mac_lomac to provide initial system labeling and policy, and by sebsd, the port of SELinux FLASK/TE to FreeBSD. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a morerwatson2002-12-011-2/+4
| | | | | | | BSD-esque Makefile style. Submitted by: obrien Approved by: re
* Introduce simple command line tools to manage MAC labels on processes andrwatson2002-10-231-0/+7
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
OpenPOWER on IntegriCloud