fix: remove tracker tag from source comment (lint)
This commit is contained in:
parent
b3b1c7b288
commit
ef2b3a735c
1 changed files with 1 additions and 1 deletions
|
|
@ -1100,7 +1100,7 @@ in
|
|||
# These directives deny the subset of kernel capabilities it
|
||||
# provably doesn't need without restricting its network or
|
||||
# filesystem access (ProtectSystem / RestrictAddressFamilies are
|
||||
# deferred to a follow-up with a watched deploy — see #1845).
|
||||
# deferred to a follow-up with a watched deploy.
|
||||
NoNewPrivileges = true; # already runs as unprivileged user
|
||||
PrivateTmp = true; # hive-c0re and its nix subprocesses use tmpfiles under StateDirectory, not /tmp
|
||||
ProtectHome = true; # HOME = /var/lib/hyperhive (StateDirectory); no /home/* access needed
|
||||
|
|
|
|||
Loading…
Reference in a new issue