frostfs-testcases/robot/variables/acl.py

5 lines
115 B
Python
Raw Normal View History

PUBLIC_ACL = "0x1FFFFFFF"
PRIVATE_ACL = "0x18888888"
READONLY_ACL = "0x1FFF88FF"
INACCESSIBLE_ACL = "0x40000000 "