mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-12 05:05:11 +01:00
46 lines
1,010 B
Text
46 lines
1,010 B
Text
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
abi <abi/3.0>,
|
|
|
|
include <tunables/global>
|
|
|
|
@{exec_path} = @{bin}/agetty
|
|
profile agetty @{exec_path} {
|
|
include <abstractions/base>
|
|
include <abstractions/nameservice-strict>
|
|
include <abstractions/wutmp>
|
|
|
|
capability fsetid,
|
|
capability sys_admin,
|
|
capability sys_tty_config,
|
|
capability chown,
|
|
|
|
network netlink raw,
|
|
|
|
@{exec_path} mr,
|
|
|
|
@{bin}/login rPx,
|
|
|
|
/usr/share/subiquity/console-conf-wrapper rPx, # only:core22
|
|
|
|
@{etc_rw}/issue r,
|
|
/{,usr/}lib/os-release r,
|
|
/{etc,run,lib,usr/lib}/issue r,
|
|
/{etc,run,lib,usr/lib}/issue.d/{,*} r,
|
|
/etc/inittab r,
|
|
/etc/login.defs r,
|
|
/etc/login.defs.d/ r,
|
|
/etc/os-release r,
|
|
/usr/etc/login.defs r,
|
|
|
|
@{run}/resolvconf/resolv.conf r,
|
|
owner @{run}/agetty.reload rw,
|
|
|
|
/dev/tty[0-9]* rw,
|
|
owner /dev/ttyGS[0-9]* rw,
|
|
owner /dev/ttyS[0-9]* rw,
|
|
|
|
include if exists <local/agetty>
|
|
}
|