mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
chore: enforce indentation consistency across profile.
This commit is contained in:
parent
6e2d817805
commit
37bafddc80
@ -49,8 +49,8 @@ profile mullvad-daemon @{exec_path} flags=(attach_disconnected) {
|
||||
owner /var/log/mullvad-vpn/{,*} rw,
|
||||
owner /var/log/private/mullvad-vpn/*.log rw,
|
||||
|
||||
owner @{run}/mullvad-vpn rw,
|
||||
@{run}/NetworkManager/resolv.conf r,
|
||||
owner @{run}/mullvad-vpn rw,
|
||||
|
||||
@{sys}/fs/cgroup/net_cls/ w,
|
||||
@{sys}/fs/cgroup/net_cls/mullvad-exclusions/ w,
|
||||
|
@ -12,14 +12,14 @@ include <tunables/global>
|
||||
profile wemeet @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/attached/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/common/bwrap>
|
||||
include <abstractions/common/chromium>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/desktop>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/fontconfig-cache-read>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/graphics>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/ssl_certs>
|
||||
|
||||
network netlink raw,
|
||||
network netlink dgram,
|
||||
@ -57,7 +57,6 @@ profile wemeet @{exec_path} flags=(attach_disconnected) {
|
||||
/dev/shm/ r,
|
||||
|
||||
include if exists <local/wemeet>
|
||||
|
||||
}
|
||||
|
||||
# vim:syntax=apparmor
|
||||
|
Loading…
Reference in New Issue
Block a user