mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
New profile: rymdport.profile (#6251)
Description: Encrypted sharing of files, folders, and text between devices. https://github.com/Jacalz/rymdport
This commit is contained in:
parent
99e9c6abad
commit
5aa533f9e1
3 changed files with 64 additions and 0 deletions
|
|
@ -451,6 +451,7 @@ blacklist ${HOME}/.config/flaska.net
|
|||
blacklist ${HOME}/.config/flowblade
|
||||
blacklist ${HOME}/.config/font-manager
|
||||
blacklist ${HOME}/.config/freecol
|
||||
blacklist ${HOME}/.config/fyne
|
||||
blacklist ${HOME}/.config/gajim
|
||||
blacklist ${HOME}/.config/galculator
|
||||
blacklist ${HOME}/.config/gallery-dl
|
||||
|
|
|
|||
62
etc/profile-m-z/rymdport.profile
Normal file
62
etc/profile-m-z/rymdport.profile
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
# Firejail profile for rymdport
|
||||
# Description: Encrypted sharing of files, folders, and text between devices
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include rymdport.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
blacklist /usr/libexec
|
||||
|
||||
noblacklist ${HOME}/.config/fyne
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-proc.inc
|
||||
include disable-programs.inc
|
||||
include disable-shell.inc
|
||||
#include disable-xdg.inc
|
||||
|
||||
#mkdir ${HOME}/.config/fyne
|
||||
#whitelist ${HOME}/.config/fyne
|
||||
#whitelist ${DOWNLOADS}
|
||||
#include whitelist-common.inc
|
||||
include whitelist-run-common.inc
|
||||
include whitelist-runuser-common.inc
|
||||
include whitelist-usr-share-common.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
ipc-namespace
|
||||
machine-id
|
||||
netfilter
|
||||
no3d
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
noprinters
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
seccomp.block-secondary
|
||||
tracelog
|
||||
|
||||
#disable-mnt
|
||||
private-bin rymdport
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc @network,@tls-ca,@x11
|
||||
private-tmp
|
||||
|
||||
dbus-user none
|
||||
dbus-system none
|
||||
|
||||
restrict-namespaces
|
||||
|
|
@ -768,6 +768,7 @@ rpcs3
|
|||
rssguard
|
||||
rtorrent
|
||||
runenpass.sh
|
||||
rymdport
|
||||
sayonara
|
||||
scallion
|
||||
scorched3d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue