apparmor.d/apparmor.d/profiles-s-z/uname
2022-03-13 21:04:42 +00:00

24 lines
484 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2019-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/uname
profile uname @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
owner /tmp/mktexlsr.* rw,
# file_inherit
owner @{HOME}/.xsession-errors w,
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/uname>
}