HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //etc/apparmor.d/abstractions/ubuntu-xterm
# vim:syntax=apparmor
#
# for allowing access to xterm
#

  abi <abi/3.0>,

  include <abstractions/consoles>
  /dev/ptmx rw,
  /{,var/}run/utmp r,
  /etc/X11/app-defaults/XTerm r,

  # do not use ux or Ux here. Use at a minimum ix
  /usr/bin/xterm ix,


  # Include additions to the abstraction
  include if exists <abstractions/ubuntu-xterm.d>