diff options
| author | Stefan Grundmann <sg2342@googlemail.com> | 2017-05-31 23:20:22 +0000 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.intern> | 2017-06-01 12:35:15 +0200 |
| commit | ef513cc6350eb6c437037fa06434c09d036ac174 (patch) | |
| tree | da41145272bf776ee125bd494c1c74b289478330 | |
| parent | 2e02e531588c28bf907b9676c8e8d085771f2ea6 (diff) | |
document the -g switch
| -rw-r--r-- | man1/jaildaemon.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man1/jaildaemon.1 b/man1/jaildaemon.1 index 194cac0..cdbcb99 100644 --- a/man1/jaildaemon.1 +++ b/man1/jaildaemon.1 | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | .Cm Fl c Ar command Fl j Ar jid | 13 | .Cm Fl c Ar command Fl j Ar jid |
| 14 | .Op Fl rR | 14 | .Op Fl rR |
| 15 | .Op Fl u Ar uid | 15 | .Op Fl u Ar uid |
| 16 | .Op Fl g Ar gid | ||
| 16 | .Op Fl t Ar proctitle | 17 | .Op Fl t Ar proctitle |
| 17 | .Op Fl f Ar ipcsockpath | 18 | .Op Fl f Ar ipcsockpath |
| 18 | .Sh DESCRIPTION | 19 | .Sh DESCRIPTION |
| @@ -108,6 +109,10 @@ outside the jail are never guaranteed to match.) | |||
| 108 | .Pp | 109 | .Pp |
| 109 | Use this option only if you know, what you're doing. For most occasions it | 110 | Use this option only if you know, what you're doing. For most occasions it |
| 110 | is a good idea to restrict signalling probes to the root user. | 111 | is a good idea to restrict signalling probes to the root user. |
| 112 | .Pp | ||
| 113 | .It Fl g Ar gid | ||
| 114 | Set the group ID of the probe process. Useful together with the -u switch on | ||
| 115 | hosts where security.bsd.see_other_gids=0. | ||
| 111 | .El | 116 | .El |
| 112 | .Pp | 117 | .Pp |
| 113 | Exactly one of the | 118 | Exactly one of the |
