mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Unify all profiles
This commit is contained in:
parent
20fbc19e57
commit
9e3ba319be
332 changed files with 3230 additions and 3639 deletions
|
|
@ -1,17 +1,16 @@
|
|||
# Persistent global definitions go here
|
||||
# Firejail profile for gnome-chess
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include /etc/firejail/gnome-chess.local
|
||||
# Persistent global definitions
|
||||
include /etc/firejail/globals.local
|
||||
|
||||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/gnome-chess.local
|
||||
|
||||
# Firejail profile for gnome-chess
|
||||
noblacklist ~/.local/share/gnome-chess
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
|
||||
caps.drop all
|
||||
no3d
|
||||
|
|
@ -25,11 +24,11 @@ seccomp
|
|||
shell none
|
||||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin fairymax,gnome-chess,hoichess
|
||||
private-dev
|
||||
private-etc fonts,gnome-chess
|
||||
private-tmp
|
||||
disable-mnt
|
||||
|
||||
noexec ${HOME}
|
||||
noexec /tmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue