From 70dbd57f1911a0cfec9c8630f35f1db37a46ac12 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Sun, 28 Dec 2014 22:34:52 +0000
Subject: [PATCH] TRAPWRITE for caputrecorder

---
 iocBoot/accessSecurity.acf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/iocBoot/accessSecurity.acf b/iocBoot/accessSecurity.acf
index 67da154..88e0763 100644
--- a/iocBoot/accessSecurity.acf
+++ b/iocBoot/accessSecurity.acf
@@ -8,6 +8,11 @@ ASG(DEFAULT) {
 	INPB($(P)LocalAccess)
 	INPC($(P)RemoteAccess)
 	RULE(1,READ)
+	RULE(1,WRITE,TRAPWRITE) {
+# write access and trapwrite for owner a local host
+		HAG(local)
+		UAG(owner)
+	}
 	RULE(1,WRITE) {
 # write access for everybody if AS_OnOff is off
 		CALC("A=1")
-- 
GitLab