Home
last modified time | relevance | path

Searched refs:sepol (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/include/
DMakefile3 INCDIR ?= $(PREFIX)/include/sepol
12 install -m 644 $(wildcard sepol/*.h) $(INCDIR)
13 install -m 644 $(wildcard sepol/policydb/*.h) $(INCDIR)/policydb
17 ../../scripts/Lindent $(wildcard sepol/*.h)
/external/selinux/libsemanage/
DChangeLog330 * Merged patch to not destroy sepol handle on error path of
579 * Merged remove defrole from sepol patch from Ivan Gyurdiev.
603 and moves sepol handle create/destroy into semanage handle
673 * Merged sepol handle passing, seusers support, and policydb cache
677 * Merged resync to sepol changes and booleans fixes/improvements
686 * Merged resync to sepol changes and transaction fix patches from
737 to invoking sepol operations on policy files.
745 * Converted calls to sepol link_packages and expand_module interfaces
746 from using buffers to using sepol handles for error reporting, and
747 changed direct_connect/disconnect to create/destroy sepol handles.
/external/selinux/libsemanage/utils/
Dsemanage_migrate_store13 sepol = ctypes.cdll.LoadLibrary('libsepol.so.1') variable
/external/selinux/libsepol/
DChangeLog487 * Merged remove defrole from sepol patch from Ivan Gyurdiev.
529 * Merged sepol handle passing, DEBUG conversion, and memory leak
610 * Isolated policydb internal headers under <sepol/policydb/*.h>.
612 Created new <sepol/policydb.h> with new public types and interfaces
614 Created new <sepol/module.h> with public types and interfaces moved
/external/selinux/checkpolicy/
DChangeLog302 * Updated for changes to sepol policydb_index_others interface.
305 * Updated for changes to sepol expand_module and link_modules interfaces.
/external/selinux/policycoreutils/
DChangeLog1139 * Updated semodule_expand for change to sepol interface.
1145 * Updated semodule_package for sepol interface changes.
1148 * Updated semodule_expand/link for sepol interface changes.
/external/selinux/libselinux/
DChangeLog908 * Updated call to sepol_policydb_to_image for sepol changes.