summaryrefslogtreecommitdiff
path: root/man/systemd-analyze.xml
diff options
context:
space:
mode:
authorKyle Laker <kyle@laker.email>2021-09-06 11:33:16 -0400
committerGitHub <noreply@github.com>2021-09-06 17:33:16 +0200
commitc1e6f2155668f9246a23951fde3e1ef5c3ef900c (patch)
tree25f93e9517dc3fa12f3b964780ff75966919732b /man/systemd-analyze.xml
parentf77e015a88d219d09775c9e6a32ae49f5e40acb9 (diff)
downloadsystemd-c1e6f2155668f9246a23951fde3e1ef5c3ef900c.tar.gz
systemd-analyze: use config value in RestrictNamespaces id (#20645)
For most fields, the text shown by `.id` is the value that should be set in the unit file; however, for RestrictNamespaces, it is not. Changing this to show the actual text makes it more clear to a user what the actual change that needs to be made to the unit file is.
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r--man/systemd-analyze.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index fb2a1caa9e..8e8f776377 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -967,25 +967,25 @@ Service b@0.service not loaded, b.socket cannot be started.
<entry>RestrictSUIDSGID</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWUSER</entry>
+ <entry>RestrictNamespaces_user</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWNS</entry>
+ <entry>RestrictNamespaces_mnt</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWIPC</entry>
+ <entry>RestrictNamespaces_ipc</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWPID</entry>
+ <entry>RestrictNamespaces_pid</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWCGROUP</entry>
+ <entry>RestrictNamespaces_cgroup</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWUTS</entry>
+ <entry>RestrictNamespaces_uts</entry>
</row>
<row>
- <entry>RestrictNamespaces_CLONE_NEWNET</entry>
+ <entry>RestrictNamespaces_net</entry>
</row>
<row>
<entry>RestrictAddressFamilies_AF_INET_INET6</entry>