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
44
etc/xmr-stak.profile
Normal file
44
etc/xmr-stak.profile
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Firejail profile for xmr-stak
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
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
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
novideo
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
shell none
|
||||
|
||||
disable-mnt
|
||||
private ${HOME}/.xmr-stak
|
||||
private-bin xmr-stak
|
||||
private-dev
|
||||
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
|
||||
noexec ${HOME}
|
||||
noexec /tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue