Policy: /usr/local/bin/emacs, Emulation: native
	native-__sysctl: permit
	native-break: permit
	native-close: permit
	native-connect: sockaddr match "*:53" then permit
	native-exit: permit
	native-fcntl: permit
	native-fsread: true then permit
	native-fstat: permit
	native-fstatfs: permit
	native-fswrite: filename match "$HOME/.saves-*" then permit
	native-fsync: permit
	native-getdirentries: permit
	native-geteuid: permit
	native-getpgrp: permit
	native-getpid: permit
	native-getrlimit: permit
	native-gettimeofday: permit
	native-getuid: permit
	native-ioctl: permit
	native-issetugid: permit
	native-lseek: permit
	native-mmap: permit
	native-mprotect: permit
	native-munmap: permit
	native-read: permit
	native-recvfrom: permit
	native-select: permit
	native-sendto: true then permit
	native-setrlimit: permit
	native-sigaction: permit
	native-sigprocmask: permit
	native-socket: sockdom eq "AF_INET" and socktype eq "SOCK_DGRAM" then permit
	native-write: permit
	native-symlink: deny
	native-rename: filename match "$CWD/*" and filename[1] match "$CWD/*" then permit
	native-fswrite: filename match "$CWD/*" then permit
	native-chmod: filename match "$CWD/*" then permit
	native-fswrite: filename sub "non-existent filename" then deny[enoent]
	native-kill: permit
	native-rename: permit
	native-chmod: permit
	native-fswrite: true then permit
	native-pipe: permit
	native-vfork: permit
	native-setsid: permit
	native-setpgid: permit
	native-chdir: permit
	native-dup2: permit
	native-execve: filename eq "/usr/bin/grep" then permit
	native-wait4: permit
	native-sigreturn: permit
	native-execve: filename eq "/usr/bin/find" then permit
	native-execve: filename eq "/usr/bin/xargs" then permit
	native-execve: filename eq "/bin/ksh" then permit
	native-setitimer: permit

