permit semaphore related syscalls; this allows building dk-milter and
dkim-milter with systrace. ok sturm@
This commit is contained in:
parent
b3cfb1453f
commit
86a869bc04
@ -1,4 +1,5 @@
|
||||
native-__getcwd: permit
|
||||
native-__semctl: permit
|
||||
native-__sysctl: permit
|
||||
native-accept: permit
|
||||
native-bind: sockaddr match "/tmp" then permit
|
||||
@ -141,6 +142,9 @@
|
||||
native-rename: filename match "/<non-existent filename>: *" then deny[enoent]
|
||||
native-rfork: permit
|
||||
native-select: permit
|
||||
native-semctl: permit
|
||||
native-semget: permit
|
||||
native-semop: permit
|
||||
native-sendmsg: permit
|
||||
native-sendto: permit
|
||||
native-setegid: permit
|
||||
|
Loading…
Reference in New Issue
Block a user