File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
nixos/modules/services/networking Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 249249 ExecReload = "${ dhcpcd } /sbin/dhcpcd --rebind" ;
250250 Restart = "always" ;
251251 AmbientCapabilities = [ "CAP_NET_ADMIN" "CAP_NET_RAW" "CAP_NET_BIND_SERVICE" ] ;
252+ CapabilityBoundingSet = [ "CAP_NET_ADMIN" "CAP_NET_RAW" "CAP_NET_BIND_SERVICE" ] ;
252253 ReadWritePaths = [ "/proc/sys/net/ipv4" ]
253254 ++ lib . optional cfgN . enableIPv6 "/proc/sys/net/ipv6"
254255 ++ lib . optionals useResolvConf ( [ "/run/resolvconf" ] ++ config . networking . resolvconf . subscriberFiles ) ;
276277 RestrictSUIDSGID = true ;
277278 SystemCallFilter = [
278279 "@system-service"
279- "~@aio" "~@chown " "~@keyring " "~@memlock "
280+ "~@aio" "~@keyring " "~@memlock " "~@mount" "~@privileged" "~@resources "
280281 ] ;
281282 SystemCallArchitectures = "native" ;
282283 UMask = "0027" ;
You can’t perform that action at this time.
0 commit comments