From 82bec8438044e4700e6b2d453df51a6f6f80a147 Mon Sep 17 00:00:00 2001 From: curiosityseeker <60518106+curiosityseeker@users.noreply.github.com> Date: Tue, 5 Sep 2023 18:32:55 +0200 Subject: [PATCH] Update blkid --- apparmor.d/profiles-a-f/blkid | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apparmor.d/profiles-a-f/blkid b/apparmor.d/profiles-a-f/blkid index fe57ea883..f2502523c 100644 --- a/apparmor.d/profiles-a-f/blkid +++ b/apparmor.d/profiles-a-f/blkid @@ -8,7 +8,7 @@ abi , include @{exec_path} = @{bin}/blkid -profile blkid @{exec_path} { +profile blkid @{exec_path} flags=(attach_disconnected) { include include include @@ -35,5 +35,8 @@ profile blkid @{exec_path} { # For the EVALUATE=scan method @{PROC}/partitions r, + /dev/pts/@{int} rw, + /dev/tty@{int} rw, + include if exists }