Skip to content

Commit

Permalink
Merge pull request #1864 from glitsj16/enchant
Browse files Browse the repository at this point in the history
Update enchant profile
  • Loading branch information
smitsohu committed Apr 5, 2018
2 parents cecb3d0 + 77da047 commit 2517a07
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
9 changes: 9 additions & 0 deletions etc/enchant-2.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Firejail profile for enchant-2
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/enchant-2.local
# Persistent global definitions
include /etc/firejail/globals.local

# Redirect
include /etc/firejail/enchant.profile
9 changes: 9 additions & 0 deletions etc/enchant-lsmod-2.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Firejail profile for enchant-lsmod-2
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/enchant-lsmod-2.local
# Persistent global definitions
include /etc/firejail/globals.local

# Redirect
include /etc/firejail/enchant.profile
9 changes: 9 additions & 0 deletions etc/enchant-lsmod.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Firejail profile for enchant-lsmod
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/enchant-lsmod.local
# Persistent global definitions
include /etc/firejail/globals.local

# Redirect
include /etc/firejail/enchant.profile
14 changes: 10 additions & 4 deletions etc/enchant.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ include /etc/firejail/disable-programs.inc

caps.drop all
netfilter
no3d
nodbus
nodvd
nogroups
nonewprivs
Expand All @@ -27,7 +29,11 @@ seccomp
shell none
tracelog

# private-bin enchant
# private-dev
# private-etc fonts
# private-tmp
# private-bin enchant, enchant-*
private-dev
private-etc none
private-tmp

# memory-deny-write-execute
noexec ${HOME}
noexec /tmp

0 comments on commit 2517a07

Please sign in to comment.