mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Create prismlauncher.profile
This commit is contained in:
parent
c8614b329a
commit
d0ab6e19fc
1 changed files with 34 additions and 0 deletions
34
etc/profile-m-z/prismlauncher.profile
Normal file
34
etc/profile-m-z/prismlauncher.profile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Custom profile for prismlauncher
|
||||
|
||||
# file system
|
||||
include /etc/firejail/disable-common.inc
|
||||
whitelist ~/.local/share/PrismLauncher
|
||||
read-only ~/Downloads
|
||||
include /etc/firejail/whitelist-common.inc
|
||||
private-tmp
|
||||
private-dev
|
||||
disable-mnt
|
||||
blacklist /mnt
|
||||
blacklist /media
|
||||
blacklist /sbin
|
||||
|
||||
# network
|
||||
net enp4s0f3u2u1u2
|
||||
netfilter
|
||||
dns 8.8.8.8
|
||||
dns 1.1.1.1
|
||||
|
||||
# multimedia
|
||||
nodvd
|
||||
novideo
|
||||
notv
|
||||
notpm
|
||||
noprinters
|
||||
nodbus
|
||||
|
||||
# kernel
|
||||
seccomp
|
||||
nonewprivs
|
||||
caps.drop all
|
||||
noroot
|
||||
apparmor
|
||||
Loading…
Add table
Add a link
Reference in a new issue