diff --git a/apparmor.d/groups/pacman/pacman-hook-systemd b/apparmor.d/groups/pacman/pacman-hook-systemd index 3fd46b11f..3b56bdf05 100644 --- a/apparmor.d/groups/pacman/pacman-hook-systemd +++ b/apparmor.d/groups/pacman/pacman-hook-systemd @@ -30,11 +30,13 @@ profile pacman-hook-systemd @{exec_path} { /usr/ rw, - /dev/tty rw, + /dev/tty rw, + /dev/tty[0-9]* rw, + owner /dev/pts/[0-9]* rw, # Inherit silencer deny network inet6 stream, deny network inet stream, include if exists -} \ No newline at end of file +}