mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
extra aweather files
This commit is contained in:
parent
aff18630c4
commit
e42a45614a
6 changed files with 9 additions and 1 deletions
|
|
@ -169,6 +169,7 @@ realinstall:
|
|||
install -c -m 0644 .etc/okular.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/gwenview.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/gpredict.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/aweather.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
|
||||
|
|
|
|||
1
README
1
README
|
|
@ -35,6 +35,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
|
|||
- added Warzone2100 profile
|
||||
- blacklisted VeraCrypt
|
||||
- added Gpredict profile
|
||||
- added Aweather profile
|
||||
avoidr (https://github.com/avoidr)
|
||||
- whitelist fix
|
||||
- recently-used.xbel fix
|
||||
|
|
|
|||
|
|
@ -282,5 +282,5 @@ $ man firejail-profile
|
|||
## New security profiles
|
||||
lxterminal, Epiphany, cherrytree, Polari, Vivaldi, Atril, qutebrowser, SlimJet, Battle for Wesnoth, Hedgewars, qTox,
|
||||
OpenSSH client, OpenBox window manager, Dillo, cmus, dnsmasq, PaleMoon, Icedove, abrowser, 0ad, netsurf,
|
||||
Warzone2100, okular, gwenview, Gpredict
|
||||
Warzone2100, okular, gwenview, Gpredict, Aweather
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ blacklist ${HOME}/.config/mupen64plus
|
|||
blacklist ${HOME}/.config/transmission
|
||||
blacklist ${HOME}/.config/uGet
|
||||
blacklist ${HOME}/.config/Gpredict
|
||||
blacklist ${HOME}/.config/aweather
|
||||
blacklist ~/.kde/share/apps/okular
|
||||
blacklist ~/.kde/share/config/okularrc
|
||||
blacklist ~/.kde/share/config/okularpartrc
|
||||
|
|
|
|||
|
|
@ -88,3 +88,4 @@
|
|||
/etc/firejail/okular.profile
|
||||
/etc/firejail/gwenview.profile
|
||||
/etc/firejail/gpredict.profile
|
||||
/etc/firejail/aweather.profile
|
||||
|
|
|
|||
|
|
@ -5,6 +5,9 @@
|
|||
# astronomy
|
||||
gpredict
|
||||
|
||||
# weather/climate
|
||||
aweather
|
||||
|
||||
# browsers/email
|
||||
firefox
|
||||
iceweasel
|
||||
|
|
@ -78,6 +81,7 @@ quassel
|
|||
xchat
|
||||
|
||||
# games
|
||||
0ad
|
||||
hedgewars
|
||||
wesnot
|
||||
warzone2100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue