capng.py | 16 fp, pathname, description = imp.find_module('_capng', [dirname(__file__)]) 18 import _capng namespace 19 return _capng 22 _mod = imp.load_module('_capng', fp, pathname, description) 26 _capng = swig_import_helper() variable 29 import _capng namespace 70 CAP_CHOWN = _capng.CAP_CHOWN 71 CAP_DAC_OVERRIDE = _capng.CAP_DAC_OVERRIDE 72 CAP_DAC_READ_SEARCH = _capng.CAP_DAC_READ_SEARCH 73 CAP_FOWNER = _capng.CAP_FOWNE [all...] |