mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-31 23:35:03 +01:00
20 lines
No EOL
630 B
Text
20 lines
No EOL
630 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2018-2021 Mikhail Morfikov
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
owner @{HOME}/@{XDG_DOWNLOAD_DIR}/ r,
|
|
owner @{HOME}/@{XDG_DOWNLOAD_DIR}/** rwkl,
|
|
|
|
owner @{MOUNTS}/*/@{XDG_DOWNLOAD_DIR}/ r,
|
|
owner @{MOUNTS}/*/@{XDG_DOWNLOAD_DIR}/** rwkl,
|
|
|
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/ r,
|
|
owner @{HOME}/@{XDG_DESKTOP_DIR}/** rwkl,
|
|
|
|
# For SSHFS mounts (without owner as files in such mounts can be owned by different users)
|
|
@{HOME}/mount-sshfs/ r,
|
|
@{HOME}/mount-sshfs/** rwl,
|
|
|
|
include if exists <abstractions/user-download-strict.d> |