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