apparmor.d/profiles/id

26 lines
662 B
Plaintext
Raw Normal View History

2021-03-13 16:52:36 +01:00
# vim:syntax=apparmor
# ------------------------------------------------------------------
#
# Copyright (C) 2021 Mikhail Morfikov
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
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>
}