This commit is contained in:
kento2 2026-01-27 07:56:40 +01:00
parent 260a140a67
commit 7d8a3a430d

View file

@ -1,2 +1,6 @@
#!/bin/sh
exec cage -d /usr/bin/firefox $@
b=/usr/bin/firefox
test -e /usr/bin/librewolf && b=/usr/bin/librewolf
exec cage -d "$b" $@