diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2012-09-01 11:24:02 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2012-09-01 11:24:02 +0000 |
| commit | aeb99b567a54f0ce25c0cf33eb758f15add4580c (patch) | |
| tree | a9caf37c069042d34666194e704707c48d1d6687 /usr.bin/rctl | |
| parent | 707641ec28a785032a817a7ae22f701b91f2a0c3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/rctl')
| -rw-r--r-- | usr.bin/rctl/rctl.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/rctl/rctl.8 b/usr.bin/rctl/rctl.8 index 0d6606bef2d6c..7c599de528749 100644 --- a/usr.bin/rctl/rctl.8 +++ b/usr.bin/rctl/rctl.8 @@ -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 |
