mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Command used to search for entries:
$ git grep '^read-only ${HOME}/' -- 'etc/profile*'
Note for gpg: ~/.gnupg/gpg.conf is apparently only managed by gpgconf(1)
rather than through gpg(1) itself, in which case it does not need to be
made read-write in gpg.profile.
19 lines
502 B
Text
19 lines
502 B
Text
# Firejail profile for awesome
|
|
# Description: Standards-compliant, fast, light-weight and extensible window manager
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include awesome.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
# all applications started in awesome will run in this profile
|
|
noblacklist ${HOME}/.config/awesome
|
|
include disable-common.inc
|
|
|
|
caps.drop all
|
|
netfilter
|
|
noroot
|
|
protocol unix,inet,inet6
|
|
seccomp !chroot
|
|
|
|
#restrict-namespaces
|