mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Merge pull request #6558 from xplanthris/master
New profile: prismlauncher
This commit is contained in:
commit
4bca748d6e
2 changed files with 42 additions and 0 deletions
41
etc/profile-m-z/prismlauncher.profile
Normal file
41
etc/profile-m-z/prismlauncher.profile
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
# Firejail profile for PrismLauncher
|
||||
# Description: An Open Source Minecraft launcher with the ability to manage multiple instances, accounts and mods.
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include prismlauncher.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
include allow-java.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-proc.inc
|
||||
include disable-shell.inc
|
||||
|
||||
whitelist ${HOME}/.local/share/PrismLauncher
|
||||
whitelist ${HOME}/Downloads
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
netfilter
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
noprinters
|
||||
noroot
|
||||
notpm
|
||||
notv
|
||||
nou2f
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
seccomp.block-secondary
|
||||
|
||||
disable-mnt
|
||||
private-cache
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
dbus-system none
|
||||
|
||||
restrict-namespaces
|
||||
|
|
@ -732,6 +732,7 @@ ppsspp
|
|||
pragha
|
||||
presentations18
|
||||
presentations18free
|
||||
prismlauncher
|
||||
profanity
|
||||
psi
|
||||
psi-plus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue