feat(profile): firefox: handle nnp with keepassxc-proxy.

This commit is contained in:
Alexandre Pujol 2024-09-20 23:34:03 +01:00
parent 8979d84633
commit e15bdcc9ad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 7 additions and 8 deletions

View file

@ -12,14 +12,14 @@ profile keepassxc-proxy @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
signal (receive) set=(term, kill),
network inet dgram,
network inet6 dgram,
network inet stream,
network inet6 stream,
network netlink raw,
signal receive set=(term, kill) peer=firefox,
@{exec_path} mr,
/usr/share/icons/*/index.theme r,
@ -32,7 +32,7 @@ profile keepassxc-proxy @{exec_path} {
# file_inherit
deny owner @{run}/user/@{uid}/.[a-zA-Z]*/{,s} rw,
deny owner @{run}/user/@{uid}/kpxc_server rw,
deny /dev/shm/org.chromium.* rw,
deny /dev/shm/org.chromium.@{rand6} rw,
deny owner /dev/shm/org.mozilla.ipc.@{int}.@{int} rw,
deny owner @{HOME}/.mozilla/** rw,
deny owner @{user_cache_dirs}/mozilla/** rw,