aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar pirate486743186 <429925+pirate486743186@users.noreply.github.com>2024-04-11 06:23:11 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-11 04:23:11 +0000
commit403d9aedb2162de90c7d8cb9e70901837d1e8ffa (patch)
tree49800d50378dc1b2b6d114064bb80c8aa1b68621
parentbuild(deps): bump github/codeql-action from 3.24.9 to 3.24.10 (diff)
downloadfirejail-403d9aedb2162de90c7d8cb9e70901837d1e8ffa.tar.gz
firejail-403d9aedb2162de90c7d8cb9e70901837d1e8ffa.tar.zst
firejail-403d9aedb2162de90c7d8cb9e70901837d1e8ffa.zip
profiles: mov-cli: remove ffmpeg & allow more paths (#6304)
Changes: * Remove ffmpeg from private-bin * Allow download folder * It needs an editor to allow editing the config, so I put in nano; sh and uname are used for launching nano Co-authored-by: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
-rw-r--r--etc/profile-m-z/mov-cli.profile9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/profile-m-z/mov-cli.profile b/etc/profile-m-z/mov-cli.profile
index 1efd1e8f9..85f72f478 100644
--- a/etc/profile-m-z/mov-cli.profile
+++ b/etc/profile-m-z/mov-cli.profile
@@ -10,11 +10,16 @@ include mov-cli.local
10 10
11noblacklist ${HOME}/.config/mov-cli 11noblacklist ${HOME}/.config/mov-cli
12 12
13# Allow /bin/sh (blacklisted by disable-shell.inc)
14include allow-bin-sh.inc
15
13include disable-proc.inc 16include disable-proc.inc
14include disable-xdg.inc 17include disable-xdg.inc
15 18
16mkdir ${HOME}/.config/mov-cli 19mkdir ${HOME}/.config/mov-cli
17whitelist ${HOME}/.config/mov-cli 20whitelist ${HOME}/.config/mov-cli
21whitelist ${DOWNLOADS}
22whitelist /usr/share/nano
18include whitelist-run-common.inc 23include whitelist-run-common.inc
19include whitelist-runuser-common.inc 24include whitelist-runuser-common.inc
20 25
@@ -24,9 +29,9 @@ noprinters
24notv 29notv
25 30
26disable-mnt 31disable-mnt
27private-bin ffmpeg,fzf,mov-cli 32private-bin fzf,mov-cli,nano,sh,uname
28#private-cache 33#private-cache
29private-etc X11,alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,magic,magic.mgc,mime.types,nsswitch.conf,pango,passwd,pki,protocols,pulse,resolv.conf,rpc,services,ssl,xdg 34private-etc X11,alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,group,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,localtime,machine-id,magic,magic.mgc,mime.types,nanorc,nsswitch.conf,pango,passwd,pki,protocols,pulse,resolv.conf,rpc,services,ssl,xdg
30private-tmp 35private-tmp
31 36
32# Redirect 37# Redirect