fix typo
This commit is contained in:
parent
6faa6e2ba1
commit
6d7e3a2633
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in
|
||||||
ProtectKernelModules = true;
|
ProtectKernelModules = true;
|
||||||
ProtectKernelLogs = true;
|
ProtectKernelLogs = true;
|
||||||
ProtectControlGroups = true;
|
ProtectControlGroups = true;
|
||||||
RestrictAddressFamilies = [ "AF_INET", "AF_UNIX" ];
|
RestrictAddressFamilies = [ "AF_INET" "AF_UNIX" ];
|
||||||
RestrictNamespaces = "";
|
RestrictNamespaces = "";
|
||||||
|
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
|
|
Loading…
Reference in a new issue