do not wrap chromium in firejail
This commit is contained in:
parent
8671a79cde
commit
7647fbf7c2
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@ in {
|
||||||
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";
|
||||||
};
|
};
|
||||||
chromium = {
|
|
||||||
executable = "${pkgs.lib.getBin pkgs.chromium}/bin/chromium";
|
|
||||||
profile = "${pkgs.firejail}/etc/firejail/chromium.profile";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
security.chromiumSuidSandbox.enable = true;
|
security.chromiumSuidSandbox.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue