Home
last modified time | relevance | path

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

/external/selinux/python/audit2allow/
DMakefile15 all: audit2why sepolgen-ifgen-attr-helper
19 audit2why: target
20 ln -sf audit2allow audit2why
28 (cd $(BINDIR); ln -sf audit2allow audit2why)
33 install -m 644 audit2why.1 $(MANDIR)/man1/
Daudit2why33 import selinux.audit2why as audit2why namespace
249 if rc == audit2why.ALLOW:
254 if rc == audit2why.DONTAUDIT:
259 if rc == audit2why.BOOLEAN:
271 if rc == audit2why.TERULE:
276 if rc == audit2why.CONSTRAINT:
283 if rc == audit2why.RBAC:
288 if rc == audit2why.BOUNDS:
293 audit2why.finish()
298 if self.__options.audit2why:
[all …]
Daudit2allow33 import selinux.audit2why as audit2why namespace
249 if rc == audit2why.ALLOW:
254 if rc == audit2why.DONTAUDIT:
259 if rc == audit2why.BOOLEAN:
271 if rc == audit2why.TERULE:
276 if rc == audit2why.CONSTRAINT:
283 if rc == audit2why.RBAC:
288 if rc == audit2why.BOUNDS:
293 audit2why.finish()
298 if self.__options.audit2why:
[all …]
/external/selinux/python/sepolgen/src/sepolgen/
Daudit.py137 import selinux.audit2why as audit2why namespace
181 self.type = audit2why.TERULE
254 … self.type, self.data = audit2why.analyze(scontext, tcontext, self.tclass, self.accesses);
255 if self.type == audit2why.NOPOLICY:
256 self.type = audit2why.TERULE
257 if self.type == audit2why.BADTCON:
259 if self.type == audit2why.BADSCON:
261 if self.type == audit2why.BADSCON:
263 if self.type == audit2why.BADPERM:
265 if self.type == audit2why.BADCOMPUTE:
[all …]
Dpolicygen.py27 import selinux.audit2why as audit2why namespace
164 if av.type == audit2why.ALLOW:
166 if av.type == audit2why.DONTAUDIT:
169 if av.type == audit2why.BOOLEAN:
175 if av.type == audit2why.CONSTRAINT:
183 if ( av.type == audit2why.TERULE and
Daccess.py37 from selinux import audit2why
91 self.type = audit2why.TERULE
260 …def add(self, src_type, tgt_type, obj_class, perms, audit_msg=None, avc_type=audit2why.TERULE, dat…
/external/selinux/libselinux/src/
DMakefile50 AUDIT2WHYLOBJ=$(PYPREFIX)audit2why.lo
51 AUDIT2WHYSO=$(PYPREFIX)audit2why.so
54 SRCS= $(filter-out $(GENERATED) audit2why.c, $(sort $(wildcard *.c)))
155 $(AUDIT2WHYLOBJ): audit2why.c
190 install -m 755 $(AUDIT2WHYSO) $(PYSITEDIR)/selinux/audit2why$(PYCEXT)
/external/selinux/
DCleanSpec.mk5 $(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/bin/audit2why)
/external/selinux/prebuilts/bin/
Daudit2why7 exec python $ANDROID_BUILD_TOP/external/selinux/python/audit2allow/audit2why "$@"