mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
added gnome-text-editor profile
This commit is contained in:
parent
61870e35dc
commit
bb5c1391cd
2 changed files with 43 additions and 0 deletions
42
etc/profile-a-l/gnome-text-editor.profile
Normal file
42
etc/profile-a-l/gnome-text-editor.profile
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
# Firejail profile for gnome-text-editor
|
||||
# Description: Simple Gnome text editor
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include gnome-text-editor.local
|
||||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-programs.inc
|
||||
include disable-shell.inc
|
||||
include whitelist-var-common.inc
|
||||
|
||||
|
||||
apparmor
|
||||
caps.drop all
|
||||
net none
|
||||
nodvd
|
||||
nogroups
|
||||
noinput
|
||||
nonewprivs
|
||||
|
||||
# Debian stable: when you try to open an existing file, it activates systemd-hostnamed; noroot seems to disable it
|
||||
#noroot
|
||||
|
||||
nosound
|
||||
notv
|
||||
nou2f
|
||||
novideo
|
||||
protocol unix
|
||||
seccomp
|
||||
tracelog
|
||||
|
||||
private-bin gnome-text-editor,bash,dash,sh
|
||||
private-dev
|
||||
private-lib
|
||||
private-tmp
|
||||
|
||||
restrict-namespaces
|
||||
|
|
@ -396,6 +396,7 @@ gnome-sudoku
|
|||
gnome-system-log
|
||||
gnome-taquin
|
||||
gnome-tetravex
|
||||
#gnome-text-editor # text editor (see Note2)
|
||||
gnome-todo
|
||||
gnome-twitch
|
||||
gnome-weather
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue