This file is indexed.

/etc/apparmor.d/lightdm-remote-session-uccsconfigure is in lightdm-remote-session-uccsconfigure 1.1-0ubuntu2.

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
# vim:syntax=apparmor
# Profile for restricting lightdm remote session for UCCS Configuration
# Based on the Guest Account Apparmor script from:

#include <tunables/global>

/usr/lib/x86_64-linux-gnu/lightdm-remote-session-uccsconfigure/uccsconfigure-session-wrapper {
  # Most applications are confined via the main abstraction
  #include <abstractions/lightdm>

  # chromium-browser needs special confinement due to its sandboxing
  #include <abstractions/lightdm_chromium-browser>
}