mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
extra stellarium files
This commit is contained in:
parent
14bc13ca49
commit
7c0d9f9746
6 changed files with 10 additions and 5 deletions
|
|
@ -170,6 +170,7 @@ realinstall:
|
|||
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/.
|
||||
install -c -m 0644 .etc/stellarium.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
|
||||
|
|
|
|||
8
README
8
README
|
|
@ -19,9 +19,9 @@ Firejail Authors:
|
|||
|
||||
netblue30 (netblue30@yahoo.com)
|
||||
curiosity-seeker (https://github.com/curiosity-seeker)
|
||||
- tightening unbound and dnscrypt-proxy profiles
|
||||
- dnsmasq profile
|
||||
- okular and gwenview profiles
|
||||
- tightening unbound and dnscrypt-proxy profiles
|
||||
- dnsmasq profile
|
||||
- okular and gwenview profiles
|
||||
Matthew Gyurgyik (https://github.com/pyther)
|
||||
- rpm spec and several fixes
|
||||
Joan Figueras (https://github.com/figue)
|
||||
|
|
@ -35,7 +35,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
|
|||
- added Warzone2100 profile
|
||||
- blacklisted VeraCrypt
|
||||
- added Gpredict profile
|
||||
- added Aweather profile
|
||||
- added Aweather, Stellarium profiles
|
||||
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, Aweather
|
||||
Warzone2100, okular, gwenview, Gpredict, Aweather, Stellarium
|
||||
|
||||
|
|
|
|||
|
|
@ -5,11 +5,13 @@ blacklist ${HOME}/.FBReader
|
|||
blacklist ${HOME}/.wine
|
||||
blacklist ${HOME}/.Mathematica
|
||||
blacklist ${HOME}/.Wolfram Research
|
||||
blacklist ${HOME}/.stellarium
|
||||
blacklist ${HOME}/.config/mupen64plus
|
||||
blacklist ${HOME}/.config/transmission
|
||||
blacklist ${HOME}/.config/uGet
|
||||
blacklist ${HOME}/.config/Gpredict
|
||||
blacklist ${HOME}/.config/aweather
|
||||
blacklist ${HOME}/.config/stellarium
|
||||
blacklist ~/.kde/share/apps/okular
|
||||
blacklist ~/.kde/share/config/okularrc
|
||||
blacklist ~/.kde/share/config/okularpartrc
|
||||
|
|
|
|||
|
|
@ -89,3 +89,4 @@
|
|||
/etc/firejail/gwenview.profile
|
||||
/etc/firejail/gpredict.profile
|
||||
/etc/firejail/aweather.profile
|
||||
/etc/firejail/stellarium.profile
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
# astronomy
|
||||
gpredict
|
||||
stellarium
|
||||
|
||||
# weather/climate
|
||||
aweather
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue