This file is indexed.

/usr/share/zentyal/stubs/dhcp/apparmor-dhcpd.local.mas is in zentyal-dhcp 2.3.8+quantal1.

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
17
18
<%args>
  $keysFile
  $confDir
</%args>

# Site-specific additions and overrides for usr.sbin.dhcpd.
# For more details, please see /etc/apparmor.d/local/README.

# This profile has been modified by Zentyal Server to provide Dynamic
# DNS feature

% if ( $keysFile ) {
  # For dynamic DNS (Zentyal)
  <% $keysFile %> r,
% }

  # For allowing custom tweaking (Zentyal)
  <% $confDir %>* r,