mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 17:08:09 +01:00
Browser: allow browserpass acess.
This commit is contained in:
parent
a15061700b
commit
093af6982b
2 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,7 @@ profile chromium-chromium @{exec_path} {
|
||||||
|
|
||||||
# For storing passwords externally
|
# For storing passwords externally
|
||||||
/{usr/,}bin/keepassxc-proxy rPUx,
|
/{usr/,}bin/keepassxc-proxy rPUx,
|
||||||
|
/{usr/,}bin/browserpass rUx,
|
||||||
|
|
||||||
/{usr/,}bin/lsb_release rPx -> child-lsb_release,
|
/{usr/,}bin/lsb_release rPx -> child-lsb_release,
|
||||||
/{usr/,}bin/xdg-mime rPUx,
|
/{usr/,}bin/xdg-mime rPUx,
|
||||||
|
|
|
@ -166,6 +166,7 @@ profile firefox @{exec_path} {
|
||||||
|
|
||||||
/{usr/,}bin/gpa rPUx,
|
/{usr/,}bin/gpa rPUx,
|
||||||
/{usr/,}bin/keepassxc-proxy rPUx, # For storing passwords externally
|
/{usr/,}bin/keepassxc-proxy rPUx, # For storing passwords externally
|
||||||
|
/{usr/,}bin/browserpass rUx,
|
||||||
|
|
||||||
/{usr/,}bin/lsb_release rPx -> child-lsb_release,
|
/{usr/,}bin/lsb_release rPx -> child-lsb_release,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue