1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- Policy: /usr/local/bin/ngircd, Emulation: native
- native-__sysctl: permit
- native-fsread: filename eq "/etc/malloc.conf" then permit
- native-fsread: filename sub "/usr/share/zoneinfo/" then permit
- native-fsread: filename eq "/usr/local/etc/ngircd.conf" then permit
- native-fsread: filename eq "/usr/local/etc/ngircd.motd" then permit
- native-fsread: filename eq "/etc/ngircd.conf" then permit
- native-fsread: filename eq "/etc/ngircd.motd" then permit
- native-fsread: filename eq "/etc/spwd.db" then deny[eperm]
- native-fsread: filename eq "/etc/group" then permit
- native-fsread: filename eq "/etc/resolv.conf" then permit
- native-fsread: filename eq "/etc/localtime" then permit
- native-fsread: filename eq "/etc/hosts" then permit
- native-fsread: filename sub "<non-existent filename>" then deny[enoent]
- native-socket: sockdom eq "AF_UNIX" and socktype eq "SOCK_DGRAM" then permit
- native-socket: sockdom eq "AF_INET" and socktype eq "SOCK_STREAM" then permit
- native-bind: sockaddr match "inet-*:6667" then permit, if user != root
- native-connect: sockaddr eq "/dev/log" then permit, if user != root
- native-connect: sockaddr match "inet-*:53" then permit, if user != root
- native-setsockopt: permit, if user != root
- native-listen: permit, if user != root
- native-accept: permit, if user != root
- native-sendto: true then permit, if user != root
- native-recvfrom: permit, if user != root
- native-read: permit
- native-pread: permit
- native-write: permit, if user != root
- native-mmap: permit
- native-munmap: permit
- native-mprotect: permit
- native-break: permit
- native-umask: permit
- native-fork: permit
- native-setsid: permit
- native-chdir: permit
- native-chroot: permit
- native-setgid: gid neq "0" then permit
- native-setuid: uid neq "0" and uname neq "root" then permit
- native-getuid: permit
- native-getgid: permit
- native-gettimeofday: permit
- native-getpid: permit
- native-select: permit
- native-fcntl: permit
- native-fstat: permit
- native-issetugid: permit
- native-sigaction: permit
- native-pipe: permit
- native-sigreturn: permit
- native-close: permit
- native-exit: permit
- native-fswrite: deny[eperm]
|