nixos/esphome: fix bwrap
This commit is contained in:
@@ -107,10 +107,10 @@ in
|
|||||||
ProtectClock = true;
|
ProtectClock = true;
|
||||||
ProtectControlGroups = true;
|
ProtectControlGroups = true;
|
||||||
ProtectHome = true;
|
ProtectHome = true;
|
||||||
ProtectHostname = true;
|
ProtectHostname = false; # breaks bwrap
|
||||||
ProtectKernelLogs = true;
|
ProtectKernelLogs = false; # breaks bwrap
|
||||||
ProtectKernelModules = true;
|
ProtectKernelModules = true;
|
||||||
ProtectKernelTunables = true;
|
ProtectKernelTunables = false; # breaks bwrap
|
||||||
ProtectProc = "invisible";
|
ProtectProc = "invisible";
|
||||||
ProcSubset = "all"; # Using "pid" breaks bwrap
|
ProcSubset = "all"; # Using "pid" breaks bwrap
|
||||||
ProtectSystem = "strict";
|
ProtectSystem = "strict";
|
||||||
|
|||||||
Reference in New Issue
Block a user