diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 15:45:49 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-05-11 15:45:49 +0200 |
| commit | 7ba54e3a590971b0085d654e7b6d22be8f28f155 (patch) | |
| tree | 30883695797087ede1209dee69f0790a208c5eef | |
| parent | 46b6af3f65e050f310ace108436e60a211e1c669 (diff) | |
Removed it from home firefox config
| -rw-r--r-- | home/mun/programs/browser.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/home/mun/programs/browser.nix b/home/mun/programs/browser.nix index 3179c3c..1e702ad 100644 --- a/home/mun/programs/browser.nix +++ b/home/mun/programs/browser.nix @@ -1,19 +1,4 @@ {pkgs, ...}: { - # Fix firefox not being properly sandboxed and security - environment.etc."apparmor.d/firefox-local".text = '' - # This profile allows everything and only exists to give the - # application a name instead of having the label "unconfined" - abi <abi/4.0>, - include <tunables/global> - profile firefox-local - /home/mun/bin/firefox/{firefox,firefox-bin,updater} - flags=(unconfined) { - userns, - # Site-specific additions and overrides. See local/README for details. - include if exists <local/firefox> - } - ''; - programs.firefox = { enable = true; |
