diff --git a/apparmor.d/groups/pacman/pacman-hook-perl b/apparmor.d/groups/pacman/pacman-hook-perl index dfae72080..22030588d 100644 --- a/apparmor.d/groups/pacman/pacman-hook-perl +++ b/apparmor.d/groups/pacman/pacman-hook-perl @@ -23,11 +23,13 @@ profile pacman-hook-perl @{exec_path} { @{lib}/perl[0-9]*/{,**} r, - /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 +}