mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
To match how things are sorted elsewhere, such as with `noblacklist` /
`whitelist` lines (vertically) in profiles and in
ci/check/profiles/sort-disable-programs.sh and src/etc-cleanup/main.c.
This makes the order in `private-etc` always be groups (`@group`), then
uppercase paths, then lowercase paths. Example from
etc/profile-m-z/softmaker-common.profile:
private-etc @tls-ca,SoftMaker,fstab
Note that this does not affect a significant amount of profiles; most
changes are in `private-bin` / `private-lib` lines and in `private-etc`
lines for newer profiles that do not use groups. This is partly due to
commit 5d0822c52 ("private-etc: big profile changes", 2023-02-05)
replacing `X11` with `@x11` in `private-etc` lines and then commit
0f996ea4d ("private-etc: groups modified", 2023-02-05) removing
`Trolltech.conf` from `private-etc` lines and using case-sensitive
sorting in them.
Relates to #5610.
55 lines
1.1 KiB
Text
55 lines
1.1 KiB
Text
# Firejail profile for QOwnNotes
|
|
# Description: Plain-text file notepad with markdown support and ownCloud integration
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include QOwnNotes.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${DOCUMENTS}
|
|
noblacklist ${HOME}/Nextcloud/Notes
|
|
noblacklist ${HOME}/.config/PBE
|
|
noblacklist ${HOME}/.local/share/PBE
|
|
|
|
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 disable-xdg.inc
|
|
|
|
mkdir ${HOME}/Nextcloud/Notes
|
|
mkdir ${HOME}/.config/PBE
|
|
mkdir ${HOME}/.local/share/PBE
|
|
whitelist ${DOCUMENTS}
|
|
whitelist ${HOME}/Nextcloud/Notes
|
|
whitelist ${HOME}/.config/PBE
|
|
whitelist ${HOME}/.local/share/PBE
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin QOwnNotes,gio
|
|
private-dev
|
|
private-etc @tls-ca,host.conf
|
|
private-tmp
|
|
|
|
restrict-namespaces
|