sandbox more
This commit is contained in:
parent
18b4351fa4
commit
dde57a3408
1 changed files with 5 additions and 0 deletions
|
@ -466,6 +466,11 @@ in
|
|||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
||||
};
|
||||
|
||||
chromium-browser = {
|
||||
executable = "${pkgs.lib.getBin pkgs.chromium}/bin/chromium-browser";
|
||||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
||||
};
|
||||
|
||||
firefox = {
|
||||
executable = "${pkgs.lib.getBin pkgs.firefox}/bin/firefox";
|
||||
profile = "${pkgs.firejail}/etc/firejail/firefox.profile";
|
||||
|
|
Loading…
Add table
Reference in a new issue