AppArmor profile exchange

Find profiles by name | Find profiles by author | Find profiles by name and author | List all profiles | List all users | My profiles | New profile | Anonymous | Login
/usr/sbin/cron stive Mon Jan 26 13:01:08 +0100 2009 59 views
#include <tunables/global>
/usr/sbin/cron {
  #include <abstractions/authentication>
  #include <abstractions/base>
  #include <abstractions/nameservice>

  capability setgid,
  capability setuid,

  /bin/dash ixr,
  /etc/cron.d/ r,
  /etc/cron.d/* r,
  /etc/crontab r,
  /etc/environment r,
  /proc/*/mounts r,
  /proc/filesystems r,
  /usr/sbin/cron mr,
  /var/run/crond.pid krw,
  /var/run/utmp krw,
  /var/spool/cron/crontabs/ r,
  /var/spool/cron/crontabs/* r,
}

Edit | Show | History