apparmor.d/apparmor.d/profiles-s-z/uname
curiosityseeker a0e8801f7c Update uname
2023-09-29 19:28:51 +01:00

26 lines
516 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} = @{bin}/uname
profile uname @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
@{exec_path} mr,
# file_inherit
owner @{HOME}/.xsession-errors w,
owner /tmp/mktexlsr.* rw,
/dev/tty@{int} rw,
deny network,
deny @{user_share_dirs}/gvfs-metadata/* r,
include if exists <local/uname>
}