2020-09-12 17:19:23 +02:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2021-01-10 16:35:07 +01:00
|
|
|
# Copyright (C) 2019-2021 Mikhail Morfikov
|
2020-09-12 17:19:23 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
abi <abi/3.0>,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include <tunables/global>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
@{exec_path} = /{usr/,}bin/run-parts
|
|
|
|
profile run-parts @{exec_path} {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/consoles>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
@{exec_path} mr,
|
|
|
|
|
|
|
|
# This is for motd PAM module (see: /etc/pam.d/login) when "noupdate" isn't specified
|
|
|
|
/etc/update-motd.d/ r,
|
|
|
|
/etc/update-motd.d/[0-9]*-[a-z]* rCx -> motd,
|
|
|
|
|
|
|
|
# The "/etc/kernel/" dirs are for the pre/post scripts of the linux-{header,image} packages
|
|
|
|
/etc/kernel/header_postinst.d/ r,
|
|
|
|
/etc/kernel/header_postinst.d/dkms rCx -> kernel-pre-post,
|
|
|
|
|
|
|
|
/etc/kernel/postinst.d/ r,
|
|
|
|
/etc/kernel/postinst.d/apt-auto-removal rCx -> kernel-pre-post,
|
|
|
|
/etc/kernel/postinst.d/dkms rCx -> kernel-pre-post,
|
|
|
|
/etc/kernel/postinst.d/initramfs-tools rCx -> kernel-pre-post,
|
|
|
|
/etc/kernel/postinst.d/zz-update-grub rCx -> kernel-pre-post,
|
|
|
|
|
|
|
|
/etc/kernel/postrm.d/ r,
|
|
|
|
/etc/kernel/postrm.d/initramfs-tools rCx -> kernel-pre-post,
|
|
|
|
/etc/kernel/postrm.d/zz-update-grub rCx -> kernel-pre-post,
|
|
|
|
|
|
|
|
/etc/kernel/preinst.d/ r,
|
|
|
|
/etc/kernel/preinst.d/intel-microcode rCx -> kernel-pre-post,
|
|
|
|
|
|
|
|
/etc/kernel/prerm.d/ r,
|
|
|
|
/etc/kernel/prerm.d/dkms rCx -> kernel-pre-post,
|
|
|
|
|
|
|
|
owner /tmp/#[0-9]*[0-9] rw,
|
|
|
|
|
|
|
|
|
|
|
|
profile motd {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
/ r,
|
2020-09-12 17:19:23 +02:00
|
|
|
/etc/update-motd.d/[0-9]*-[a-z]* r,
|
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
|
|
/{usr/,}bin/uname rix,
|
|
|
|
/{usr/,}bin/cat rix,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
profile kernel-pre-post {
|
2020-12-10 22:33:39 +01:00
|
|
|
include <abstractions/base>
|
|
|
|
include <abstractions/consoles>
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/etc/kernel/header_postinst.d/* r,
|
|
|
|
/etc/kernel/{postinst,postrm,preinst,prerm}.d/* r,
|
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
/{usr/,}bin/{,ba,da}sh rix,
|
|
|
|
|
|
|
|
/{usr/,}bin/{,e}grep rix,
|
|
|
|
/{usr/,}bin/rm rix,
|
|
|
|
/{usr/,}bin/rmdir rix,
|
|
|
|
/{usr/,}bin/dirname rix,
|
|
|
|
/{usr/,}bin/sed rix,
|
|
|
|
/{usr/,}bin/gawk rix,
|
|
|
|
/{usr/,}bin/sort rix,
|
|
|
|
/{usr/,}bin/cut rix,
|
|
|
|
/{usr/,}bin/tr rix,
|
|
|
|
/{usr/,}bin/mv rix,
|
|
|
|
/{usr/,}bin/cat rix,
|
|
|
|
/{usr/,}bin/chmod rix,
|
|
|
|
/{usr/,}bin/uname rix,
|
|
|
|
/{usr/,}bin/which rix,
|
|
|
|
|
|
|
|
/{usr/,}bin/kmod rix,
|
2020-09-12 17:19:23 +02:00
|
|
|
|
|
|
|
/{usr/,}bin/dpkg rPx -> child-dpkg,
|
|
|
|
|
|
|
|
/{usr/,}sbin/dkms rPx,
|
|
|
|
/{usr/,}sbin/update-initramfs rPx,
|
|
|
|
/{usr/,}lib/dkms/dkms_autoinstaller rPx,
|
|
|
|
|
|
|
|
/{usr/,}bin/apt-config rPx,
|
|
|
|
|
|
|
|
# (#FIXME#)
|
|
|
|
/{usr/,}sbin/update-grub rPUx,
|
|
|
|
/{usr/,}bin/systemd-detect-virt rPUx,
|
|
|
|
|
2020-12-09 10:30:52 +01:00
|
|
|
# For shell pwd
|
2020-09-12 17:19:23 +02:00
|
|
|
/ r,
|
2020-12-09 10:30:52 +01:00
|
|
|
/boot/ r,
|
|
|
|
|
|
|
|
/etc/apt/apt.conf.d/ r,
|
2020-09-12 17:19:23 +02:00
|
|
|
/etc/apt/apt.conf.d/01autoremove-kernels{,.dpkg-new} rw,
|
|
|
|
|
|
|
|
# For kmod
|
|
|
|
@{PROC}/cmdline r,
|
|
|
|
/etc/modprobe.d/ r,
|
|
|
|
/etc/modprobe.d/*.conf r,
|
|
|
|
/{usr/,}lib/modules/*/updates/ w,
|
|
|
|
/{usr/,}lib/modules/*/updates/dkms/ w,
|
|
|
|
|
|
|
|
@{PROC}/devices r,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2020-12-10 22:33:39 +01:00
|
|
|
include if exists <local/run-parts>
|
2020-09-12 17:19:23 +02:00
|
|
|
}
|