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
/etc/cron.daily/roundcube-core stive Thu Jan 29 13:54:41 +0100 2009 63 views
#include <tunables/global>
/etc/cron.daily/roundcube-core {
  #include <abstractions/base>

  capability dac_override,
  capability dac_read_search,

  / r,
  /bin/dash ixr,
  /bin/rm ixr,
  /etc/cron.daily/roundcube-core mr,
  /usr/bin/find ixr,
  /usr/bin/xargs ixr,
  /var/lib/roundcube/ r,
  /var/lib/roundcube/temp/ r,
  /var/lib/roundcube/temp/* w,
}

Edit | Show | History