diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:38:07 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:38:07 -0500 |
commit | e2863dbdbae1e10a82f098c4575ed973249bab7b (patch) | |
tree | 3184209f0319753828e6ddd02e63410cd7cc066a | |
parent | 41bf96565f378f328acf75cf7471593f02bcb8af (diff) |
Add firejail configs
-rw-r--r-- | firejail/mpv.profile | 2 | ||||
-rw-r--r-- | firejail/neomutt.profile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/firejail/mpv.profile b/firejail/mpv.profile new file mode 100644 index 0000000..8ac7ccc --- /dev/null +++ b/firejail/mpv.profile @@ -0,0 +1,2 @@ +whitelist ~/.cache +include /etc/firejail/mpv.profile diff --git a/firejail/neomutt.profile b/firejail/neomutt.profile new file mode 100644 index 0000000..b8fa362 --- /dev/null +++ b/firejail/neomutt.profile @@ -0,0 +1,2 @@ +whitelist /usr/share/mutt-wizard +include /etc/firejail/mpv.profile |