projects
/
invirt/packages/python-afs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove extra 'w' from canonical strings for 'write' and 'all
[invirt/packages/python-afs.git]
/
afs
/
acl.py
diff --git
a/afs/acl.py
b/afs/acl.py
index
1fb1dac
..
c49f374
100644
(file)
--- a/
afs/acl.py
+++ b/
afs/acl.py
@@
-5,8
+5,8
@@
from _acl import getCallerAccess
_canonical = {
"read": "rl",
- "write": "rwlidwk",
- "all": "rwlidwka",
+ "write": "rlidwk",
+ "all": "rlidwka",
"mail": "lik",
"none": "",
}