apparmor.d/apparmor.d/profiles-g-l/groups
nobodysu b4f7ed185c
More consoles requirement after sshd introduction (#44)
* consoles requirement after sshd introduction

* one more
2022-06-01 17:50:05 +00:00

18 lines
402 B
Text

# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2017-2021 Mikhail Morfikov
# SPDX-License-Identifier: GPL-2.0-only
abi <abi/3.0>,
include <tunables/global>
@{exec_path} = /{usr/,}bin/groups
profile groups @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
@{exec_path} mr,
include if exists <local/groups>
}