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