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
|
||||
./thunderbird
|
||||
./vscode
|
||||
./lollypop
|
||||
./fuzzel.nix
|
||||
./gammastep.nix # default because I need to protect my peepers
|
||||
./swww.nix
|
||||
|
|
|
@ -26,5 +26,4 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -85,10 +85,10 @@ in
|
|||
"video/*" = cfg.ebook.default;
|
||||
"image/*" = cfg.image.default;
|
||||
"audio/*" = cfg.audio.default;
|
||||
"audio/mpeg" = cfg.audio.default;
|
||||
# Ebooks sadly don't have a singular major type.
|
||||
"application/epub+zip" = cfg.ebook.default;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -36,7 +36,6 @@ in
|
|||
PrivateMounts = true;
|
||||
ProtectHostname = true;
|
||||
ProtectKernelTunables = true;
|
||||
ProtectProc = true;
|
||||
PrivateTmp = true;
|
||||
IPAddressDeny = "any";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue