mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-04 06:42:33 +03:00
Merge pull request #262678 from plumelo/feat/esphome-proc-subset
esphome: remove ProcSubset from serviceConfig
This commit is contained in:
commit
3244b1eaef
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ in
|
||||||
ProtectKernelModules = true;
|
ProtectKernelModules = true;
|
||||||
ProtectKernelTunables = true;
|
ProtectKernelTunables = true;
|
||||||
ProtectProc = "invisible";
|
ProtectProc = "invisible";
|
||||||
ProcSubset = "pid";
|
ProcSubset = "all"; # Using "pid" breaks bwrap
|
||||||
ProtectSystem = "strict";
|
ProtectSystem = "strict";
|
||||||
#RemoveIPC = true; # Implied by DynamicUser
|
#RemoveIPC = true; # Implied by DynamicUser
|
||||||
RestrictAddressFamilies = [
|
RestrictAddressFamilies = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue