fix: remove proc protection from nysh
This commit is contained in:
parent
8a12640d36
commit
c75cc0752a
4 changed files with 1 additions and 4 deletions
|
@ -3,7 +3,6 @@
|
||||||
./firefox
|
./firefox
|
||||||
./thunderbird
|
./thunderbird
|
||||||
./vscode
|
./vscode
|
||||||
./lollypop
|
|
||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
./gammastep.nix # default because I need to protect my peepers
|
./gammastep.nix # default because I need to protect my peepers
|
||||||
./swww.nix
|
./swww.nix
|
||||||
|
|
|
@ -26,5 +26,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -85,10 +85,10 @@ in
|
||||||
"video/*" = cfg.ebook.default;
|
"video/*" = cfg.ebook.default;
|
||||||
"image/*" = cfg.image.default;
|
"image/*" = cfg.image.default;
|
||||||
"audio/*" = cfg.audio.default;
|
"audio/*" = cfg.audio.default;
|
||||||
|
"audio/mpeg" = cfg.audio.default;
|
||||||
# Ebooks sadly don't have a singular major type.
|
# Ebooks sadly don't have a singular major type.
|
||||||
"application/epub+zip" = cfg.ebook.default;
|
"application/epub+zip" = cfg.ebook.default;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,6 @@ in
|
||||||
PrivateMounts = true;
|
PrivateMounts = true;
|
||||||
ProtectHostname = true;
|
ProtectHostname = true;
|
||||||
ProtectKernelTunables = true;
|
ProtectKernelTunables = true;
|
||||||
ProtectProc = true;
|
|
||||||
PrivateTmp = true;
|
PrivateTmp = true;
|
||||||
IPAddressDeny = "any";
|
IPAddressDeny = "any";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue