mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #275 from kalegrill/mupen64plus
add mupen64plus profile
This commit is contained in:
commit
c1009ab9fc
2 changed files with 13 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ realinstall:
|
|||
install -c -m 0644 .etc/mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/Mathematica.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/uget-gtk.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/mupen64plus.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
rm -fr .etc
|
||||
# man pages
|
||||
|
|
|
|||
12
etc/mupen64plus.profile
Normal file
12
etc/mupen64plus.profile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# mupen64plus profile
|
||||
# manually whitelist ROM files
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
whitelist ${HOME}/.local/share/mupen64plus/
|
||||
whitelist ${HOME}/.config/mupen64plus/
|
||||
noroot
|
||||
caps.drop all
|
||||
seccomp
|
||||
net none
|
||||
Loading…
Add table
Add a link
Reference in a new issue