forked from openkylin/platform_build
Merge "fsconfig: Use defined macro for masking"
am: 35eaf52ee2
Change-Id: I291e16fba756e661dcd56722b957ce68bc055c9b
This commit is contained in:
commit
d83bb4193a
|
@ -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