more sandboxing
This commit is contained in:
parent
6664905353
commit
cf61c7cfbe
|
@ -287,6 +287,11 @@ in
|
|||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
||||
};
|
||||
|
||||
falkon = {
|
||||
executable = "${pkgs.lib.getBin pkgs.falkon}/bin/falkon";
|
||||
profile = "${pkgs.firejail}/etc/firejail/falkon.profile";
|
||||
};
|
||||
|
||||
firefox = {
|
||||
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
|
||||
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
||||
|
|
Loading…
Reference in a new issue