From bbf5b43ff872f9712d3c641cf598a6654c69f426 Mon Sep 17 00:00:00 2001 From: rwatson Date: Mon, 3 May 2004 22:50:23 +0000 Subject: Add "-M" argument to id(1), which permits the id command to be used to print the MAC label of the current process. "-M" selected as that's what is used in Trusted IRIX. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research --- usr.bin/id/id.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.bin/id/id.1') diff --git a/usr.bin/id/id.1 b/usr.bin/id/id.1 index f132f46..7079446 100644 --- a/usr.bin/id/id.1 +++ b/usr.bin/id/id.1 @@ -48,6 +48,8 @@ .Fl G Op Fl n .Op Ar user .Nm +.Fl M +.Nm .Fl P .Op Ar user .Nm @@ -78,6 +80,8 @@ The options are as follows: .It Fl G Display the different group IDs (effective, real and supplementary) as white-space separated numbers, in no particular order. +.It Fl M +Display the MAC label of the current prorcess. .It Fl P Display the id as a password file entry. .It Fl g -- cgit v1.1