apparmor.d -> profiles
This commit is contained in:
parent
c408a878b7
commit
e9b8e62fcd
726 changed files with 0 additions and 0 deletions
53
profiles/keepassxc-proxy
Normal file
53
profiles/keepassxc-proxy
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# vim:syntax=apparmor
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2018-2021 Mikhail Morfikov
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
# License published by the Free Software Foundation.
|
||||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
abi <abi/3.0>,
|
||||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/keepassxc-proxy
|
||||
profile keepassxc-proxy @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/deny-root-dir-access>
|
||||
|
||||
signal (receive) set=(term, kill),
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
network inet stream,
|
||||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
# file_inherit
|
||||
deny owner @{run}/user/[0-9]*/.[a-zA-Z]*/{,s} rw,
|
||||
deny owner @{run}/user/[0-9]*/kpxc_server rw,
|
||||
deny /dev/shm/org.chromium.* rw,
|
||||
deny owner /dev/shm/org.mozilla.ipc.[0-9]*.[0-9]* rw,
|
||||
#
|
||||
deny owner @{HOME}/.mozilla/** rw,
|
||||
deny owner @{HOME}/.cache/mozilla/** rw,
|
||||
deny owner /media/*/.mozilla/** rw,
|
||||
deny owner /tmp/firefox*/.parentlock rw,
|
||||
deny owner /tmp/tmp-*.xpi rw,
|
||||
deny owner /tmp/tmpaddon r,
|
||||
deny owner @{HOME}/.config/google-chrome/** rw,
|
||||
deny owner @{HOME}/.config/chromium/** rw,
|
||||
#
|
||||
/usr/share/icons/*/index.theme r,
|
||||
#
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
/dev/dri/renderD128 rw,
|
||||
|
||||
include if exists <local/keepassxc-proxy>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue