mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-30 06:45:10 +01:00
15 lines
491 B
Text
15 lines
491 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2022 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
# Permissions for querying dconf settings with write access; use the dconf
|
|
# abstraction first, and dconf-write only for specific application's profile.
|
|
|
|
/etc/dconf/** r,
|
|
|
|
owner @{user_config_dirs}/dconf/user r,
|
|
|
|
owner @{run}/user/@{uid}/dconf/ rw,
|
|
owner @{run}/user/@{uid}/dconf/user rw,
|
|
|
|
include if exists <abstractions/dconf-write.d>
|