mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Replace xmr-stak-cpu profile with unified xmr-stak profile
This commit is contained in:
parent
237e115d0c
commit
d1f0334ce7
3 changed files with 12 additions and 9 deletions
|
|
@ -453,6 +453,7 @@ blacklist ${HOME}/.wireshark
|
|||
blacklist ${HOME}/.wine64
|
||||
blacklist ${HOME}/.xiphos
|
||||
blacklist ${HOME}/.xmms
|
||||
blacklist ${HOME}/.xmr-stak
|
||||
blacklist ${HOME}/.xonotic
|
||||
blacklist ${HOME}/.xpdfrc
|
||||
blacklist ${HOME}/.zoom
|
||||
|
|
|
|||
|
|
@ -1,22 +1,24 @@
|
|||
# Firejail profile for xmr-stak-cpu
|
||||
# Firejail profile for xmr-stak
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include /etc/firejail/xmr-stak-cpu.local
|
||||
include /etc/firejail/xmr-stak.local
|
||||
# Persistent global definitions
|
||||
include /etc/firejail/globals.local
|
||||
|
||||
noblacklist ${HOME}/.xmr-stak
|
||||
noblacklist /usr/lib/llvm*
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
|
||||
mkdir ${HOME}/.xmr-stak
|
||||
include /etc/firejail/whitelist-var-common.inc
|
||||
|
||||
caps.drop all
|
||||
ipc-namespace
|
||||
netfilter
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
|
|
@ -29,12 +31,12 @@ seccomp
|
|||
shell none
|
||||
|
||||
disable-mnt
|
||||
private
|
||||
private-bin xmr-stak-cpu
|
||||
private ${HOME}/.xmr-stak
|
||||
private-bin xmr-stak
|
||||
private-dev
|
||||
private-etc xmr-stak-cpu.json
|
||||
private-lib
|
||||
private-opt none
|
||||
private-etc ca-certificates,crypto-policies,nsswitch.conf,pki,resolv.conf,ssl
|
||||
#private-lib libxmrstak_opencl_backend,libxmrstak_cuda_backend
|
||||
private-opt cuda
|
||||
private-tmp
|
||||
|
||||
memory-deny-write-execute
|
||||
|
|
@ -393,7 +393,7 @@ xfce4-dict
|
|||
xfce4-notes
|
||||
xiphos
|
||||
xmms
|
||||
xmr-stak-cpu
|
||||
xmr-stak
|
||||
xonotic
|
||||
xonotic-glx
|
||||
xonotic-sdl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue