/etc/apparmor.d/abstractions/ubuntu-konsole is in apparmor 2.10.95-0ubuntu2.6~14.04.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # vim:syntax=apparmor
#
# for allowing access to konsole
#
  #include <abstractions/consoles>
  #include <abstractions/kde>
  capability sys_ptrace,
  @{PROC}/@{pid}/status r,
  @{PROC}/@{pid}/stat r,
  @{PROC}/@{pid}/cmdline r,
  /{,var/}run/utmp r,
  /dev/ptmx rw,
  # do not use ux or Ux here. Use at a minimum ix
  /usr/bin/konsole ix,
 |