Skip to content
Snippets Groups Projects
Commit 70dbd57f authored by mooney's avatar mooney
Browse files

TRAPWRITE for caputrecorder

parent 2a25e880
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,11 @@ ASG(DEFAULT) { ...@@ -8,6 +8,11 @@ ASG(DEFAULT) {
INPB($(P)LocalAccess) INPB($(P)LocalAccess)
INPC($(P)RemoteAccess) INPC($(P)RemoteAccess)
RULE(1,READ) RULE(1,READ)
RULE(1,WRITE,TRAPWRITE) {
# write access and trapwrite for owner a local host
HAG(local)
UAG(owner)
}
RULE(1,WRITE) { RULE(1,WRITE) {
# write access for everybody if AS_OnOff is off # write access for everybody if AS_OnOff is off
CALC("A=1") CALC("A=1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment