mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
archivers: wrap comments
This commit is contained in:
parent
c2e40c6d4e
commit
3d0f6668bf
3 changed files with 16 additions and 10 deletions
|
|
@ -6,20 +6,24 @@ include archiver-common.local
|
|||
|
||||
blacklist ${RUNUSER}
|
||||
|
||||
# WARNING:
|
||||
# Users can (un)restrict file access for **all** archivers by commenting/uncommenting the needed
|
||||
# include file(s) here or by putting those into archiver-common.local.
|
||||
# Another option is to do this **per archiver** in the relevant <archiver>.local.
|
||||
# Just beware that things tend to break when overtightening profiles. For example, because you only
|
||||
# need to (un)compress files in ${DOWNLOADS}, other applications may need access to ${HOME}/.local/share.
|
||||
# WARNING: Users can (un)restrict file access for **all** archivers by
|
||||
# commenting/uncommenting the needed include file(s) here or by putting those
|
||||
# into archiver-common.local.
|
||||
#
|
||||
# Another option is to do this **per archiver** in the relevant
|
||||
# <archiver>.local. Just beware that things tend to break when overtightening
|
||||
# profiles. For example, because you only need to (un)compress files in
|
||||
# ${DOWNLOADS}, other applications may need access to ${HOME}/.local/share.
|
||||
|
||||
# Uncomment the next line (or put it into your archiver-common.local) if you don't need to compress files in disable-common.inc.
|
||||
# Uncomment the next line (or put it into your archiver-common.local) if you
|
||||
# don't need to compress files in disable-common.inc.
|
||||
#include disable-common.inc
|
||||
include disable-devel.inc
|
||||
include disable-exec.inc
|
||||
include disable-interpreters.inc
|
||||
include disable-passwdmgr.inc
|
||||
# Uncomment the next line (or put it into your archiver-common.local) if you don't need to compress files in disable-programs.inc.
|
||||
# Uncomment the next line (or put it into your archiver-common.local) if you
|
||||
# don't need to compress files in disable-programs.inc.
|
||||
#include disable-programs.inc
|
||||
include disable-shell.inc
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@ include gzip.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
|
||||
# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop
|
||||
# all capabilities this is automatically read-only.
|
||||
noblacklist /var/lib/pacman
|
||||
|
||||
# Redirect
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ include globals.local
|
|||
# Included in archiver-common.inc
|
||||
ignore include disable-shell.inc
|
||||
|
||||
# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop all capabilities this is automatically read-only.
|
||||
# Arch Linux (based distributions) need access to /var/lib/pacman. As we drop
|
||||
# all capabilities this is automatically read-only.
|
||||
noblacklist /var/lib/pacman
|
||||
|
||||
private-etc alternatives,group,localtime,login.defs,passwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue