Improve description for "rctl -l".
MFC after: 2 weeks
This commit is contained in:
parent
09be0bbef1
commit
a6edc1e4b7
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd March 1, 2012
|
||||
.Dd September 1, 2012
|
||||
.Dt RCTL 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -68,6 +68,10 @@ to the RCTL database.
|
||||
.It Fl l Ar filter
|
||||
Display rules applicable to the process defined by
|
||||
.Ar filter .
|
||||
Note that this is different from showing the rules when called without
|
||||
any options, as it shows not just the rules with subject equal to that
|
||||
of process, but also rules for the user, jail, and login class applicable
|
||||
to the process.
|
||||
.It Fl r Ar filter
|
||||
Remove rules matching
|
||||
.Ar filter
|
||||
@ -90,7 +94,8 @@ Subject defines the kind of entity the rule applies to.
|
||||
It can be either process, user, login class, or jail.
|
||||
.Pp
|
||||
Subject ID identifies the subject.
|
||||
It can be user name, numerical user ID, login class name, or jail name.
|
||||
It can be a process ID, user name, numerical user ID, login class name,
|
||||
or jail name.
|
||||
.Pp
|
||||
Resource identifies the resource the rule controls.
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user