mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Command used:
$ ./ci/check/profiles/sort.py etc/inc/*.inc etc/profile-*/*.profile
Related commits:
* 411b97fdc ("profile fixes: allow bwrap inside the sandbox",
2025-12-18)
* bb5c1391c ("added gnome-text-editor profile", 2025-12-19)
41 lines
806 B
Text
41 lines
806 B
Text
# 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 bash,dash,gnome-text-editor,sh
|
|
private-dev
|
|
private-lib
|
|
private-tmp
|
|
|
|
restrict-namespaces
|