nixos/nginx: do not match pkgs.openresty as some modules like brotli add buildInputs (#540905)
This commit is contained in:
@@ -1617,8 +1617,7 @@ in
|
||||
MemoryDenyWriteExecute =
|
||||
!(
|
||||
(builtins.any (mod: (mod.allowMemoryWriteExecute or false)) cfg.package.modules)
|
||||
|| cfg.lua.enable
|
||||
|| (cfg.package == pkgs.openresty)
|
||||
|| (lib.getName cfg.package == "openresty")
|
||||
);
|
||||
RestrictRealtime = true;
|
||||
RestrictSUIDSGID = true;
|
||||
|
||||
Reference in New Issue
Block a user