mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
51 lines
1.2 KiB
Text
51 lines
1.2 KiB
Text
# Firejail profile for nitroshare
|
|
# Description: Network File Transfer Application
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include nitroshare.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${HOME}/.config/Nathan Osman
|
|
noblacklist ${HOME}/.config/NitroShare
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
noblacklist ${PATH}/python2*
|
|
noblacklist ${PATH}/python3*
|
|
noblacklist /usr/lib/python2*
|
|
noblacklist /usr/lib/python3*
|
|
noblacklist /usr/local/lib/python2*
|
|
noblacklist /usr/local/lib/python3*
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
no3d
|
|
# nodbus
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
|
|
disable-mnt
|
|
private-bin awk,grep,nitroshare,nitroshare-cli,nitroshare-nmh,nitroshare-send,nitroshare-ui
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,dconf,fonts,hostname,hosts,ld.so.cache,machine-id,nsswitch.conf,ssl
|
|
# private-lib libnitroshare.so.*,libqhttpengine.so.*,libqmdnsengine.so.*,nitroshare
|
|
private-tmp
|
|
|
|
# memory-deny-write-execute
|