You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for external ACL checking programs. If the program exits with a zero status, access is granted. If it exits 1, access is not granted but checking continues. If it exits with any other exit status, access is not granted and checking aborts.
Ideally, for writing generic ACL checking programs, the program should get the type and service of the remctl command as well as any arguments. However, it would also be good to support passing other arguments into the program as specified in the ACL file.
The text was updated successfully, but these errors were encountered:
@rra is still the primary developer and release manager. I've done some development on remctl but don't anticipate doing a whole lot more in specific. Basically this is just part of a dump of old Stanford Jira tickets (mostly actually from Russ) that were being moved into github since he no longer has access to the Jira instance.
So I'm deferring answering your question to Russ. :)
Add support for external ACL checking programs. If the program exits with a zero status, access is granted. If it exits 1, access is not granted but checking continues. If it exits with any other exit status, access is not granted and checking aborts.
Ideally, for writing generic ACL checking programs, the program should get the type and service of the remctl command as well as any arguments. However, it would also be good to support passing other arguments into the program as specified in the ACL file.
The text was updated successfully, but these errors were encountered: