OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:av_set
(Results
1 - 6
of
6
) sorted by null
/external/selinux/sepolgen/src/sepolgen/
matching.py
196
def av_set_match(self,
av_set
, av):
203
for x in
av_set
:
223
if
av_set
.info_dir is None:
224
av_set
.info_dir = objectmodel.FLOW_NONE
225
for x in
av_set
:
226
av_set
.info_dir =
av_set
.info_dir | \
228
if (av_dir & objectmodel.FLOW_WRITE == 0) and (
av_set
.info_dir & objectmodel.FLOW_WRITE):
policygen.py
202
def add_access(self,
av_set
):
212
raw_allow, ifcalls = self.ifgen.gen(
av_set
, self.explain)
215
raw_allow =
av_set
audit.py
519
av_set
= access.AccessVectorSet()
525
av_set
.add(avc.scontext.type, avc.tcontext.type, avc.tclass,
528
av_set
.add(avc.scontext.type, avc.tcontext.type, avc.tclass,
530
return
av_set
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py
196
def av_set_match(self,
av_set
, av):
203
for x in
av_set
:
223
if
av_set
.info_dir is None:
224
av_set
.info_dir = objectmodel.FLOW_NONE
225
for x in
av_set
:
226
av_set
.info_dir =
av_set
.info_dir | \
228
if (av_dir & objectmodel.FLOW_WRITE == 0) and (
av_set
.info_dir & objectmodel.FLOW_WRITE):
policygen.py
202
def add_access(self,
av_set
):
212
raw_allow, ifcalls = self.ifgen.gen(
av_set
, self.explain)
215
raw_allow =
av_set
audit.py
519
av_set
= access.AccessVectorSet()
525
av_set
.add(avc.scontext.type, avc.tcontext.type, avc.tclass,
528
av_set
.add(avc.scontext.type, avc.tcontext.type, avc.tclass,
530
return
av_set
Completed in 78 milliseconds