This commit is contained in:
kento2 2026-01-28 22:40:55 +01:00
parent 7d8a3a430d
commit 3030258b6e
7 changed files with 11 additions and 3 deletions

View file

@ -3,4 +3,4 @@
b=/usr/bin/firefox
test -e /usr/bin/librewolf && b=/usr/bin/librewolf
exec cage -d "$b" $@
exec cage -d -- "$b" $@