forked from TrueCloudLab/frostfs-testcases
Some linter fixes.
Signed-off-by: a.y.volkov <a.y.volkov@yadro.com>
This commit is contained in:
parent
e086d0d62b
commit
0e27ea02c1
19 changed files with 291 additions and 275 deletions
|
@ -1,9 +1,9 @@
|
|||
# ACLs with set F flag
|
||||
PUBLIC_ACL_F = "0x1FBFBFFF"
|
||||
PUBLIC_ACL_F = "0x1FBFBFFF"
|
||||
PRIVATE_ACL_F = "0x1C8C8CCC"
|
||||
READONLY_ACL_F = "0x1FBF8CFF"
|
||||
|
||||
# ACLs without F flag set
|
||||
PUBLIC_ACL = "0x0FBFBFFF"
|
||||
PUBLIC_ACL = "0x0FBFBFFF"
|
||||
INACCESSIBLE_ACL = "0x40000000"
|
||||
STICKYBIT_PUB_ACL = "0x3FFFFFFF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue