mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
disable-common.inc: add systemd v253 blacklists (#5669)
Arch Linux got systemd v253:
05d0aedb2b
It adds a few new files we should blacklist in `disable-common.inc`:
- /etc/credstore
- /etc/credstore.encrypted
- /run/credentials/systemd-sysctl.service
- /run/credentials/systemd-sysusers.service
- /run/credentials/systemd-tmpfiles-setup.service
- /run/credentials/systemd-tmpfiles-setup-dev.service
This commit is contained in:
parent
27aaa07efe
commit
1e059fe4da
1 changed files with 2 additions and 0 deletions
|
|
@ -168,8 +168,10 @@ blacklist ${HOME}/.local/share/systemd
|
|||
blacklist ${PATH}/systemctl
|
||||
blacklist ${PATH}/systemd-run
|
||||
blacklist ${RUNUSER}/systemd
|
||||
blacklist /etc/credstore*
|
||||
blacklist /etc/systemd/network
|
||||
blacklist /etc/systemd/system
|
||||
blacklist /run/credentials
|
||||
blacklist /var/lib/systemd
|
||||
# creates problems on Arch where /etc/resolv.conf is a symlink to /var/run/systemd/resolve/resolv.conf
|
||||
#blacklist /var/run/systemd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue