11be35a165
To do so, a few dependencies have been imported: * external/bsd/lutok * external/mit/lua * external/public-domain/sqlite * external/public-domain/xz The Kyua framework is the new generation of ATF (Automated Test Framework), it is composed of: * external/bsd/atf * external/bsd/kyua-atf-compat * external/bsd/kyua-cli * external/bsd/kyua-tester * tests Kyua/ATF being written in C++, it depends on libstdc++ which is provided by GCC. As this is not part of the sources, Kyua is only compiled when the native GCC utils are installed. To install Kyua do the following: * In a cross-build enviromnent, add the following to the build.sh commandline: -V MKBINUTILS=yes -V MKGCCCMDS=yes WARNING: At this point the import is still experimental, and not supported on native builds (a.k.a make build). Change-Id: I26aee23c5bbd2d64adcb7c1beb98fe0d479d7ada
69 lines
3.3 KiB
Text
69 lines
3.3 KiB
Text
Policy: /usr/bin/lynx, Emulation: native
|
|
native-issetugid: permit
|
|
native-mprotect: permit
|
|
native-mmap: permit
|
|
native-__sysctl: permit
|
|
native-fsread: filename eq "/var/run/ld.so.hints" then permit
|
|
native-fstat: permit
|
|
native-close: permit
|
|
native-fsread: filename match "/usr/lib/libssl.so.*" then permit
|
|
native-read: permit
|
|
native-fsread: filename match "/usr/lib/libcrypto.so.*" then permit
|
|
native-fsread: filename match "/usr/lib/libncurses.so.*" then permit
|
|
native-fsread: filename match "/usr/lib/libc.so.*" then permit
|
|
native-munmap: permit
|
|
native-sigprocmask: permit
|
|
native-fsread: filename eq "/etc/malloc.conf" then permit
|
|
native-getpid: permit
|
|
native-fsread: filename eq "/tmp" then permit
|
|
native-fswrite: filename match "/tmp/lynx-*" then permit
|
|
native-fsread: filename match "/tmp/lynx-*/." then permit
|
|
native-fsread: filename eq "$HOME" then permit
|
|
native-fsread: filename eq "/etc/lynx.cfg" then permit
|
|
native-fsread: filename eq "/" then permit
|
|
native-fsread: filename eq "/usr/obj/bin/systrace/." then permit
|
|
native-fsread: filename eq "/usr/obj/bin" then permit
|
|
native-fcntl: permit
|
|
native-getdirentries: permit
|
|
native-lseek: permit
|
|
native-fsread: filename eq "/usr/obj" then permit
|
|
native-fsread: filename eq "/usr" then permit
|
|
native-fsread: filename eq "/usr/bin" then permit
|
|
native-fsread: filename eq "/usr/games" then permit
|
|
native-fsread: filename eq "/usr/include" then permit
|
|
native-fsread: filename eq "/usr/lib" then permit
|
|
native-fsread: filename eq "/usr/libdata" then permit
|
|
native-fsread: filename eq "/usr/libexec" then permit
|
|
native-fsread: filename eq "/usr/lkm" then permit
|
|
native-fsread: filename eq "/usr/local" then permit
|
|
native-fsread: filename eq "/usr/mdec" then permit
|
|
native-fsread: filename eq "/home" then permit
|
|
native-fsread: filename eq "/obj" then permit
|
|
native-fsread: filename eq "$HOME/.lynxrc" then permit
|
|
native-fsread: filename match "/<non-existent filename>: *" then permit
|
|
native-fsread: filename eq "/usr/obj/bin/systrace/.mailcap" then permit
|
|
native-fsread: filename eq "$HOME/.mailcap" then permit
|
|
native-fsread: filename eq "/usr/obj/bin/systrace/.mime.types" then permit
|
|
native-fsread: filename eq "$HOME/.mime.types" then permit
|
|
native-sigaction: permit
|
|
native-ioctl: permit
|
|
native-fsread: filename eq "$HOME/.terminfo.db" then permit
|
|
native-fsread: filename eq "$HOME/.terminfo" then permit
|
|
native-fsread: filename eq "/usr/share/misc/terminfo.db" then permit
|
|
native-pread: permit
|
|
native-write: permit
|
|
native-fsread: filename eq "$HOME/.lynx-keymaps" then permit
|
|
native-fsread: filename eq "/var/run/dev.db" then permit
|
|
native-fsread: filename eq "/etc/utmp" then permit
|
|
native-poll: permit
|
|
native-nanosleep: permit
|
|
native-gettimeofday: permit
|
|
native-fsread: filename eq "/etc/resolv.conf" then permit
|
|
native-socket: sockdom eq "AF_INET" and socktype eq "SOCK_DGRAM" then permit
|
|
native-connect: sockaddr eq "inet-[127.0.0.1]:53" then permit
|
|
native-sendto: true then permit
|
|
native-select: permit
|
|
native-recvfrom: permit
|
|
native-socket: sockdom eq "AF_INET" and socktype eq "SOCK_STREAM" then permit
|
|
native-connect: sockaddr match "inet-\\\[*\\\]:80" then permit
|
|
native-exit: permit
|