Policy: /usr/bin/cvs, Emulation: native
	native-__sysctl: permit
	native-break: permit
	native-chdir: permit
	native-chmod: permit
	native-close: permit
	native-dup2: permit
	native-execve: filename eq "/bin/ssh" then permit
	native-execve: filename eq "/usr/bin/ssh" then permit
	native-exit: permit
	native-fchdir: permit
	native-fcntl: permit
	native-fork: permit
	native-fsread: true then permit
	native-fstat: permit
	native-fstatfs: permit
	native-fswrite: filename sub "non-existent filename" then deny[enoent]
	native-fswrite: filename match "$CWD/*" then permit
	native-getdirentries: permit
	native-gettimeofday: permit
	native-ioctl: permit
	native-issetugid: permit
	native-lseek: permit
	native-mmap: permit
	native-mprotect: permit
	native-munmap: permit
	native-pipe: permit
	native-read: permit
	native-rename: filename match "$CWD/*" and filename[1] match "$CWD/*" then permit
	native-sigaction: permit
	native-sigprocmask: permit
	native-umask: permit
	native-utimes: permit
	native-wait4: permit
	native-write: permit
	native-fswrite: permit
	native-rename: permit
	native-fswrite: true then permit
	native-nanosleep: permit
	native-geteuid: permit
	native-fsync: permit
	native-execve: filename eq "/sbin/ssh" then permit
	native-execve: filename eq "/usr/sbin/ssh" then permit
	native-getpid: permit
	native-execve: filename eq "/sbin/vi" then permit
	native-execve: filename eq "/usr/sbin/vi" then permit
	native-execve: filename eq "/bin/vi" then permit
	native-execve: filename eq "/usr/bin/vi" then permit

