Merge "fsconfig: Use defined macro for masking"
This commit is contained in:
@@ -709,7 +709,7 @@ class FSConfigFileParser(object):
|
|||||||
int(cap, 0)
|
int(cap, 0)
|
||||||
tmp.append('(' + cap + ')')
|
tmp.append('(' + cap + ')')
|
||||||
except ValueError:
|
except ValueError:
|
||||||
tmp.append('(1ULL << CAP_' + cap.upper() + ')')
|
tmp.append('CAP_MASK_LONG(CAP_' + cap.upper() + ')')
|
||||||
|
|
||||||
caps = tmp
|
caps = tmp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user