aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/setfmac/setfmac.8
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
* Add "-q" argument to setfmac and setfsmac to allow the patient butRobert Watson2004-02-181-3/+5
| | | | | | | exhausted reader not to see non-fatal warnings. Notes: svn path=/head/; revision=125959
* Break setfmac.8 into two actual man pages, and reword bits of theChris Costello2003-03-131-63/+3
| | | | | | | | | | setfsmac(8) documentation. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=112208
* Cross-reference mac(4).Chris Costello2003-01-151-0/+1
| | | | | | | Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=109276
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-2/+2
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107788
* mdoc(7) police: Added the missing .Os call; it's not strictlyRuslan Ermilov2002-12-111-0/+1
| | | | | | | | | | necessary nowadays, but is documented as "required", and may become so again in the future. Approved by: re Notes: svn path=/head/; revision=107744
* mdoc(7) police: nit.Ruslan Ermilov2002-12-041-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107584
* Mdoc markup and language fixes.Robert Watson2002-12-031-7/+12
| | | | | | | | | | Submitted by: ru Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Notes: svn path=/head/; revision=107550
* Add support for -R for file relabel operations.Robert Watson2002-12-021-8/+73
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=107489
* mdoc(7) police: sweep.Ruslan Ermilov2002-11-291-7/+6
| | | | Notes: svn path=/head/; revision=107391
* Introduce simple command line tools to manage MAC labels on processes andRobert Watson2002-10-231-0/+53
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 Notes: svn path=/head/; revision=105756