blob: a3a6700b75f8a4b0189d8907c5fe274a15722859 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $OpenBSD: id.policy,v 1.1 2004/01/15 17:14:43 sturm Exp $
Policy: /usr/bin/id, Emulation: native
native-issetugid: permit
native-mprotect: permit
native-mmap: permit
native-fsread: filename eq "/var/run/ld.so.hints" then permit
native-fstat: permit
native-close: permit
native-fsread: filename match "/usr/lib/libc.so.*" then permit
native-read: permit
native-mquery: permit
native-munmap: permit
native-sigprocmask: permit
native-__sysctl: permit
native-fsread: filename eq "/etc/malloc.conf" then permit
native-break: permit
native-getuid: permit
native-ioctl: permit
native-fsread: filename eq "/etc/spwd.db" then permit
native-fsread: filename eq "/etc/pwd.db" then permit
native-fcntl: permit
native-pread: permit
native-geteuid: permit
native-getgid: permit
native-fsread: filename eq "/etc/group" then permit
native-getegid: permit
native-getgroups: permit
native-write: permit
native-exit: permit
|