Merge pull request #281529 from rht/acpid
acpid: Disable network access
This commit is contained in:
commit
cf4f7e0bb5
@ -135,6 +135,7 @@ in
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
PrivateNetwork = true;
|
||||
ExecStart = escapeShellArgs
|
||||
([ "${pkgs.acpid}/bin/acpid"
|
||||
"--foreground"
|
||||
|
Loading…
Reference in New Issue
Block a user