Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
Both FS and CS seems to check the ACL recursively: from the leaf via the parent(s) to the root (inclusive). However there are some differences in evaluating them, what cause to have different results with the two schedulers.
Some examples are the following ones:
Tested scenario | FS output | CS output |
---|---|---|
Root - “ ” C - * C1 - * |
Denied by root ACL | OK |
Root - “ ” C - “ ” C1 - “ ” |
Denied by root ACL | OK |
Root - “ ” C - * C1 - “ ” |
Denied by root ACL | OK |
Root - “ ” C - “ ” C1 - * |
Denied by root ACL | OK |
Note: I have set the same value for both submit application and administer queue ACLs