Home
last modified time | relevance | path

Searched refs:audit2why (Results 1 – 9 of 9) sorted by relevance

/external/selinux/python/audit2allow/
Daudit2why33 import selinux.audit2why as audit2why namespace
254 if rc == audit2why.ALLOW:
259 if rc == audit2why.DONTAUDIT:
264 if rc == audit2why.BOOLEAN:
278 if rc == audit2why.TERULE:
283 if rc == audit2why.CONSTRAINT:
290 if rc == audit2why.RBAC:
295 if rc == audit2why.BOUNDS:
300 audit2why.finish()
305 if self.__options.audit2why:
[all …]
Daudit2allow33 import selinux.audit2why as audit2why namespace
254 if rc == audit2why.ALLOW:
259 if rc == audit2why.DONTAUDIT:
264 if rc == audit2why.BOOLEAN:
278 if rc == audit2why.TERULE:
283 if rc == audit2why.CONSTRAINT:
290 if rc == audit2why.RBAC:
295 if rc == audit2why.BOUNDS:
300 audit2why.finish()
305 if self.__options.audit2why:
[all …]
DMakefile19 all: audit2why sepolgen-ifgen-attr-helper
24 audit2why: target
25 ln -sf audit2allow audit2why
36 (cd $(DESTDIR)$(BINDIR); ln -sf audit2allow audit2why)
41 install -m 644 audit2why.1 $(DESTDIR)$(MANDIR)/man1/
/external/selinux/python/sepolgen/src/sepolgen/
Daudit.py137 import selinux.audit2why as audit2why namespace
183 self.type = audit2why.TERULE
261 self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses)
262 if self.type == audit2why.NOPOLICY:
263 self.type = audit2why.TERULE
264 if self.type == audit2why.BADTCON:
266 if self.type == audit2why.BADSCON:
268 if self.type == audit2why.BADSCON:
270 if self.type == audit2why.BADPERM:
272 if self.type == audit2why.BADCOMPUTE:
[all …]
Dpolicygen.py27 import selinux.audit2why as audit2why namespace
175 if av.type == audit2why.ALLOW:
181 if av.type == audit2why.DONTAUDIT:
184 if av.type == audit2why.BOOLEAN:
190 if av.type == audit2why.CONSTRAINT:
198 if ( av.type == audit2why.TERULE and
Daccess.py37 from selinux import audit2why
93 self.type = audit2why.TERULE
272 …def add(self, src_type, tgt_type, obj_class, perms, audit_msg=None, avc_type=audit2why.TERULE, dat…
/external/selinux/libselinux/src/
DMakefile48 AUDIT2WHYLOBJ=$(PYPREFIX)audit2why.lo
49 AUDIT2WHYSO=$(PYPREFIX)audit2why.so
59 SRCS= $(filter-out $(GENERATED) audit2why.c, $(sort $(wildcard *.c)))
164 $(AUDIT2WHYLOBJ): audit2why.c
168 …@ $^ -lselinux $(LDLIBS_LIBSEPOLA) $(PYLIBS) -Wl,-soname,audit2why.so,--version-script=audit2why.m…
199 install -m 755 $(AUDIT2WHYSO) $(DESTDIR)$(PYTHONLIBDIR)/selinux/audit2why$(PYCEXT)
/external/selinux/prebuilts/bin/
Daudit2why19 exec python $ANDROID_BUILD_TOP/external/selinux/python/audit2allow/audit2why "$@"
/external/selinux/
DCleanSpec.mk5 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/bin/audit2why)