more sandboxing

This commit is contained in:
Christoph Cullmann 2023-10-22 19:50:05 +02:00
parent 6664905353
commit cf61c7cfbe

View file

@ -287,6 +287,11 @@ in
profile = "${pkgs.firejail}/etc/firejail/chromium.profile"; profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
}; };
falkon = {
executable = "${pkgs.lib.getBin pkgs.falkon}/bin/falkon";
profile = "${pkgs.firejail}/etc/firejail/falkon.profile";
};
firefox = { firefox = {
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox"; executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
profile = "${pkgs.firejail}/etc/firejail/firefox.profile"; profile = "${pkgs.firejail}/etc/firejail/firefox.profile";