Merge "fsconfig: Use defined macro for masking" am: 35eaf52ee2
am: d83bb4193a
am: ced2e48998
Change-Id: I9819032f3d0473cb307e96b96331cd753b871e69
This commit is contained in:
commit
b2fedccb26
|
@ -709,7 +709,7 @@ class FSConfigFileParser(object):
|
|||
int(cap, 0)
|
||||
tmp.append('(' + cap + ')')
|
||||
except ValueError:
|
||||
tmp.append('(1ULL << CAP_' + cap.upper() + ')')
|
||||
tmp.append('CAP_MASK_LONG(CAP_' + cap.upper() + ')')
|
||||
|
||||
caps = tmp
|
||||
|
||||
|
|
Loading…
Reference in New Issue