velocity: DevicePolicy strict -> closed
this worked previously on the container because its a container and /dev/* access is managed by proxmox, but it doesnt work now because it blocks access to devices including /dev/null which is used for stdin by default
This commit is contained in:
parent
f338602ae3
commit
718dcae809
1 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@
|
||||||
# hardening
|
# hardening
|
||||||
CapabilityBoundingSet = [ "" ];
|
CapabilityBoundingSet = [ "" ];
|
||||||
DeviceAllow = [ "" ];
|
DeviceAllow = [ "" ];
|
||||||
DevicePolicy = "strict";
|
DevicePolicy = "closed";
|
||||||
LockPersonality = true;
|
LockPersonality = true;
|
||||||
NoNewPrivileges = true;
|
NoNewPrivileges = true;
|
||||||
PrivateDevices = true;
|
PrivateDevices = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue