mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Add profile for udiskie
This commit is contained in:
parent
2529d1d486
commit
4e57e3975d
2 changed files with 36 additions and 0 deletions
35
etc/udiskie.profile
Normal file
35
etc/udiskie.profile
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# Firejail profile for udiskie
|
||||
# Description: Removable disk automounter using udisks
|
||||
# This file is overwritten after every install/update
|
||||
# quiet
|
||||
# Persistent local customizations
|
||||
include udiskie.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# Allow python (blacklisted by disable-interpreters.inc)
|
||||
include allow-python3.inc
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-passwdmgr.inc include disable-programs.inc
|
||||
include disable-xdg.inc
|
||||
|
||||
caps.drop all
|
||||
machine-id
|
||||
net none
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
private-cache
|
||||
private-dev
|
||||
private-tmp
|
||||
|
|
@ -590,6 +590,7 @@ tremulous
|
|||
truecraft
|
||||
tshark
|
||||
tuxguitar
|
||||
udiskie
|
||||
uefitool
|
||||
uget-gtk
|
||||
unbound
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue