apparmor.d/profiles/id

19 lines
385 B
Text
Raw Normal View History

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
2021-03-13 16:52:36 +01:00
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/id
profile id @{exec_path} {
include <abstractions/base>
2021-03-14 18:57:00 +01:00
include <abstractions/consoles>
2021-03-13 16:52:36 +01:00
include <abstractions/nameservice-strict>
@{exec_path} mr,
include if exists <local/id>
}