HomeSort by relevance Sort by last modified time
    Searched refs:permlist (Results 1 - 2 of 2) sorted by null

  /external/selinux/python/sepolicy/sepolicy/
manpage.py 942 y['source'] == self.type and y['class'] == 'file' and 'entrypoint' in y['permlist'],
997 permlist = list(filter(lambda x:
999 set(['open', 'write']).issubset(x['permlist']) and
1002 if permlist is None or len(permlist) == 0:
1008 for i in permlist:
    [all...]
__init__.py 48 PERMS = 'permlist'
287 'permlist': list(x.perms),
317 d['permlist'] = list(map(str, rule.perms))
491 permlist = search([ALLOW], {'source': setype, 'permlist': ['open', 'write'], 'class': 'file'})
492 if permlist is None or len(permlist) == 0:
498 for i in permlist:
704 permlist = search([ALLOW], {'source': setype})
705 for p in permlist
    [all...]

Completed in 60 milliseconds