Home | History | Annotate | Line # | Download | only in sdiff
      1 Policy: /usr/bin/lynx, Emulation: native
      2 	native-__sysctl: permit
      3 	native-close: permit
      4 	native-connect: sockaddr eq "inet-[127.0.0.1]:53" then permit
      5 	native-connect: sockaddr match "inet-\\\[*\\\]:80" then permit
      6 	native-exit: permit
      7 	native-fcntl: cmd eq "F_SETFD" then permit
      8 	native-fsread: filename eq "/" then permit
      9 	native-fsread: filename match "/<non-existent filename>: *" then permit
     10 	native-fsread: filename eq "/etc/lynx.cfg" then permit
     11 	native-fsread: filename eq "/etc/malloc.conf" then permit
     12 	native-fsread: filename eq "/etc/resolv.conf" then permit
     13 	native-fsread: filename eq "/etc/utmp" then permit
     14 	native-fsread: filename eq "/home" then permit
     15 	native-fsread: filename eq "$HOME" then permit
     16 	native-fsread: filename eq "$HOME/.lynx-keymaps" then permit
     17 	native-fsread: filename eq "$HOME/.lynxrc" then permit
     18 	native-fsread: filename eq "$HOME/.mailcap" then permit
     19 	native-fsread: filename eq "$HOME/.mime.types" then permit
     20 	native-fsread: filename eq "$HOME/.terminfo" then permit
     21 	native-fsread: filename eq "$HOME/.terminfo.db" then permit
     22 	native-fsread: filename eq "/obj" then permit
     23 	native-fsread: filename eq "/tmp" then permit
     24 	native-fsread: filename match "/tmp/lynx-*/." then permit
     25 	native-fsread: filename eq "/usr" then permit
     26 	native-fsread: filename eq "/usr/bin" then permit
     27 	native-fsread: filename eq "/usr/games" then permit
     28 	native-fsread: filename eq "/usr/include" then permit
     29 	native-fsread: filename eq "/usr/lib" then permit
     30 	native-fsread: filename match "/usr/lib/libc.so.*" then permit
     31 	native-fsread: filename match "/usr/lib/libcrypto.so.*" then permit
     32 	native-fsread: filename match "/usr/lib/libncurses.so.*" then permit
     33 	native-fsread: filename match "/usr/lib/libssl.so.*" then permit
     34 	native-fsread: filename eq "/usr/libdata" then permit
     35 	native-fsread: filename eq "/usr/libexec" then permit
     36 	native-fsread: filename eq "/usr/lkm" then permit
     37 	native-fsread: filename eq "/usr/local" then permit
     38 	native-fsread: filename eq "/usr/mdec" then permit
     39 	native-fsread: filename eq "/usr/obj" then permit
     40 	native-fsread: filename eq "/usr/obj/bin" then permit
     41 	native-fsread: filename eq "/usr/obj/bin/systrace/." then permit
     42 	native-fsread: filename eq "/usr/obj/bin/systrace/.mailcap" then permit
     43 	native-fsread: filename eq "/usr/obj/bin/systrace/.mime.types" then permit
     44 	native-fsread: filename eq "/usr/share/misc/terminfo.db" then permit
     45 	native-fsread: filename eq "/var/run/dev.db" then permit
     46 	native-fsread: filename eq "/var/run/ld.so.hints" then permit
     47 	native-fstat: permit
     48 	native-fswrite: filename match "/tmp/lynx-*" then permit
     49 	native-getdirentries: permit
     50 	native-getpid: permit
     51 	native-gettimeofday: permit
     52 	native-ioctl: permit
     53 	native-issetugid: permit
     54 	native-lseek: permit
     55 	native-mmap: permit
     56 	native-mprotect: prot eq "PROT_READ" then permit
     57 	native-mprotect: prot eq "PROT_READ|PROT_EXEC" then permit
     58 	native-mprotect: prot eq "PROT_READ|PROT_WRITE" then permit
     59 	native-mprotect: prot eq "PROT_READ|PROT_WRITE|PROT_EXEC" then permit
     60 	native-munmap: permit
     61 	native-nanosleep: permit
     62 	native-poll: permit
     63 	native-pread: permit
     64 	native-read: permit
     65 	native-recvfrom: permit
     66 	native-select: permit
     67 	native-sendto: true then permit
     68 	native-sigaction: permit
     69 	native-sigprocmask: permit
     70 	native-socket: sockdom eq "AF_INET" and socktype eq "SOCK_DGRAM" then permit
     71 	native-socket: sockdom eq "AF_INET" and socktype eq "SOCK_STREAM" then permit
     72 	native-write: permit
     73