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
53ec602e
Commit
53ec602e
authored
10 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
803edb3a
No related branches found
Branches containing commit
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
+35
-0
35 additions, 0 deletions
iocBoot/accessSecurity.acf
with
35 additions
and
0 deletions
iocBoot/accessSecurity.acf
0 → 100644
+
35
−
0
View file @
53ec602e
HAG(local) {mooneylinux.aps.anl.gov}
HAG(remote) {iocxxx, ioctim.aps.anl.gov}
UAG(owner) {mooney}
UAG(user) {bcda1, epicsadm, vw5}
ASG(DEFAULT) {
INPA($(P)AS_OnOff)
INPB($(P)LocalAccess)
INPC($(P)RemoteAccess)
RULE(1,READ)
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
UAG(user)
HAG(remote)
CALC("C=1")
}
}
ASG(controlFields) {
RULE(1,READ)
RULE(0,WRITE) {
UAG(owner)
}
}
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