mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Create assogiate.profile
This commit is contained in:
parent
f0dbcb95af
commit
e1d33e53f2
1 changed files with 49 additions and 0 deletions
49
etc/assogiate.profile
Normal file
49
etc/assogiate.profile
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# Firejail profile for assogiate
|
||||
# Description: An editor of the MIME file types database for GNOME
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include assogiate.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
noblacklist ${PICTURES}
|
||||
whitelist ${PICTURES}
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-passwdmgr.inc
|
||||
include disable-programs.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
include whitelist-common.inc
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
machine-id
|
||||
net none
|
||||
no3d
|
||||
nodbus
|
||||
nodvd
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
protocol unix
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin assogiate
|
||||
private-cache
|
||||
private-dev
|
||||
private-lib gnome-vfs-2.0,libattr.so.*,libacl.so.*,libfam.so.*
|
||||
private-tmp
|
||||
|
||||
memory-deny-write-execute
|
||||
noexec ${HOME}
|
||||
noexec /tmp
|
||||
Loading…
Add table
Add a link
Reference in a new issue