Merge branch 'tunables' of https://github.com/nobody43/apparmor.d into nobody43-tunables

* 'tunables' of https://github.com/nobody43/apparmor.d:
  dbus temp tails
  Update apparmor.d
  Update gdm-runtime-config
  more unrelated changes
  adjust date-time
  random tails
  rename to int, convert more profiles
  fixes
  tunables
This commit is contained in:
Alexandre Pujol 2023-08-17 20:01:53 +01:00
parent 7b018a60bd
commit 557d905543
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
198 changed files with 560 additions and 507 deletions

View file

@ -29,6 +29,7 @@ profile grub-install @{exec_path} flags=(complain) {
/etc/default/grub.d/{,**} r,
/etc/default/grub r,
/boot/efi/EFI/ubuntu/* w,
/boot/efi/EFI/BOOT/{,**} rw,
/boot/EFI/*/grubx*.efi rw,
/boot/grub/{,**} rw,

View file

@ -17,6 +17,7 @@ profile grub-multi-install @{exec_path} {
@{bin}/{,ba,da}sh rix,
@{bin}/{,e}grep rix,
@{bin}/cat rix,
@{bin}/cut rix,
@{bin}/dpkg-query rpx,
@{bin}/readlink rix,
@{bin}/sed rix,
@ -33,5 +34,7 @@ profile grub-multi-install @{exec_path} {
owner @{PROC}/@{pid}/maps r,
owner @{PROC}/@{pid}/mounts r,
/dev/disk/by-id/ r,
include if exists <local/grub-multi-install>
}
}