28 lines
No EOL
579 B
Text
28 lines
No EOL
579 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = /usr/share/libalpm/scripts/dconf-update
|
|
profile pacman-hook-dconf @{exec_path} {
|
|
include <abstractions/base>
|
|
|
|
@{exec_path} mr,
|
|
|
|
/{usr/,}bin/bash rix,
|
|
/{usr/,}bin/rm rix,
|
|
/{usr/,}bin/dconf rPx,
|
|
|
|
/etc/dconf/db/{,**} rw,
|
|
|
|
/dev/tty rw,
|
|
|
|
# Inherit Silencer
|
|
deny network inet6 stream,
|
|
deny network inet stream,
|
|
|
|
include if exists <local/pacman-hook-dconf>
|
|
} |