Home
last modified time | relevance | path

Searched refs:FLOW_WRITE (Results 1 – 3 of 3) sorted by relevance

/external/selinux/python/sepolgen/src/sepolgen/
Dobjectmodel.py70 FLOW_WRITE = 2 variable
71 FLOW_BOTH = FLOW_READ | FLOW_WRITE
74 str_to_dir = { "n" : FLOW_NONE, "r" : FLOW_READ, "w" : FLOW_WRITE, "b" : FLOW_BOTH }
75 dir_to_str = { FLOW_NONE : "n", FLOW_READ : "r", FLOW_WRITE : "w", FLOW_BOTH : "b" }
Dmatching.py228 if (av_dir & objectmodel.FLOW_WRITE == 0) and (av_set.info_dir & objectmodel.FLOW_WRITE):
/external/selinux/python/sepolgen/tests/
Dtest_objectmodel.py32 self.assertEqual(pm.dir, sepolgen.objectmodel.FLOW_WRITE)