mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
warzone2100 extra files
This commit is contained in:
parent
2cc65305e4
commit
eb5c4692f1
4 changed files with 4 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ realinstall:
|
|||
install -c -m 0644 .etc/abrowser.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/0ad.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/netsurf.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/warzone2100.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
rm -fr .etc
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@ blacklist ${HOME}/.hedgewars
|
|||
blacklist ${HOME}/.steam
|
||||
blacklist ${HOME}/.config/wesnoth
|
||||
blacklist ${HOME}/.config/0ad
|
||||
blacklist ${HOME}/.warzone2100-3.1
|
||||
|
||||
# Cryptocoins
|
||||
blacklist ${HOME}/.*coin
|
||||
|
|
|
|||
|
|
@ -84,3 +84,4 @@
|
|||
/etc/firejail/abrowser.profile
|
||||
/etc/firejail/0ad.profile
|
||||
/etc/firejail/netsurf.profile
|
||||
/etc/firejail/warzone2100.profile
|
||||
|
|
|
|||
|
|
@ -75,3 +75,4 @@ xchat
|
|||
# games
|
||||
hedgewars
|
||||
wesnot
|
||||
warzone2100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue