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:
wo2wz 2025-12-21 16:23:11 -05:00
parent f338602ae3
commit 718dcae809

View file

@ -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;