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
/sbin/checkproc dominic Wed Dec 19 23:09:37 +0100 2007 66 views
tests
#include <tunables/global>
/sbin/checkproc {
  #include <abstractions/base>

  capability dac_override,
  capability sys_ptrace,

  /dev/blog w,
  /home/*/.gnupg/agent.pid r,
  /opt/kde3/bin/kdm r,
  /proc/ r,
  /proc/*/stat r,
  /proc/*/statm r,
  /sbin/checkproc mr,
  /usr/bin/gpg-agent r,
  /usr/sbin/* r,
  /var/run/*.pid r,
  /var/spool/**.pid r,
}

Edit | Show | History