Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
abb250bb
Commit
abb250bb
authored
10 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
just enough for caputRecorder
parent
dfe3f4a5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/accessSecurity.acf
+4
-34
4 additions, 34 deletions
iocBoot/accessSecurity.acf
with
4 additions
and
34 deletions
iocBoot/accessSecurity.acf
+
4
−
34
View file @
abb250bb
HAG(local) {mooneylinux.aps.anl.gov}
HAG(remote) {iocxxx, ioctim.aps.anl.gov}
UAG(owner) {mooney}
UAG(user) {bcda1, epicsadm, vw5}
HAG(workstation) {mooneylinux.aps.anl.gov}
UAG(user) {mooney}
ASG(DEFAULT) {
INPA($(P)AS_OnOff)
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")
}
RULE(1,WRITE) {
# write access for owner and user on a local host if LocalAccess==1
HAG(local)
UAG(owner, user)
CALC("B>.5")
}
RULE(1,WRITE){
# write access for user on remote host if RemoteAccess==1
HAG(workstation)
UAG(user)
HAG(remote)
CALC("C=1")
}
}
ASG(controlFields) {
RULE(1,READ)
RULE(0,WRITE) {
UAG(owner)
}
RULE(1,WRITE)
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment