HomeSort by relevance Sort by last modified time
    Searched refs:selinux (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /system/vold/
secontext.h 19 #include <selinux/selinux.h>
sehandle.h 20 #include <selinux/android.h>
  /external/selinux/libselinux/src/
get_default_type_internal.h 1 #include <selinux/get_default_type.h>
setrans_internal.h 2 #include <selinux/selinux.h>
get_context_list_internal.h 1 #include <selinux/get_context_list.h>
exception.sh 18 if ! ${CC:-gcc} -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
21 gcc -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
callbacks.h 11 #include <selinux/selinux.h>
mapping.h 9 #include <selinux/selinux.h>
avc_sidtab.h 8 #include <selinux/selinux.h>
9 #include <selinux/avc.h>
  /external/selinux/libselinux/utils/
selinuxenabled.c 4 #include <selinux/selinux.h>
getenforce.c 4 #include <selinux/selinux.h>
policyvers.c 4 #include <selinux/selinux.h>
  /external/selinux/mcstrans/share/examples/urcsts-via-include/
setrans.conf 2 # Multi-Level Security translation table for SELinux
15 Include=/etc/selinux/mls/setrans.d/*.conf
  /external/selinux/gui/
system-config-selinux 3 exec /usr/bin/pkexec /usr/share/system-config-selinux/system-config-selinux.py
Makefile 4 SHAREDIR ?= $(PREFIX)/share/system-config-selinux
19 system-config-selinux.png \
20 system-config-selinux.ui \
23 all: $(TARGETS) system-config-selinux.py polgengui.py
32 install -m 755 system-config-selinux.py $(SHAREDIR)
33 install -m 755 system-config-selinux $(BINDIR)
36 install -m 644 system-config-selinux.8 $(MANDIR)/man8
37 install -m 644 selinux-polgengui.8 $(MANDIR)/man8
38 install -m 644 system-config-selinux.png $(DATADIR)/pixmaps
39 install -m 644 system-config-selinux.png $(DATADIR)/icons/hicolor/24x24/app
    [all...]
  /external/selinux/mcstrans/src/
mcstrans.h 3 #include <selinux/selinux.h>
  /external/selinux/mcstrans/share/util/
try-all 15 rm -rf /etc/selinux/mls/setrans.conf.bak /etc/selinux/mls/secolor.conf.bak /etc/selinux/mls/setrans.d.bak
19 mv /etc/selinux/mls/setrans.conf /etc/selinux/mls/setrans.conf.bak
23 if [ -e /etc/selinux/mls/secolor.conf ]; then
24 mv /etc/selinux/mls/secolor.conf /etc/selinux/mls/secolor.conf.bak
28 mv /etc/selinux/mls/setrans.d /etc/selinux/mls/setrans.d.ba
    [all...]
  /external/selinux/mcstrans/share/examples/include/
setrans.conf 2 # Multi-Level Security translation table for SELinux
15 Include=/etc/selinux/mls/setrans.d/include-example
  /external/selinux/libselinux/include/
Makefile 3 INCDIR ?= $(PREFIX)/include/selinux
9 install -m 644 $(wildcard selinux/*.h) $(INCDIR)
14 ../../scripts/Lindent $(wildcard selinux/*.h)
17 -rm -f selinux/*~
  /external/e2fsprogs/contrib/android/
perms.h 26 # include <selinux/selinux.h>
27 # include <selinux/label.h>
29 # include <selinux/android.h>
  /external/selinux/dbus/
Makefile 7 install -m 644 org.selinux.conf $(DESTDIR)/etc/dbus-1/system.d/
9 install -m 644 org.selinux.service $(DESTDIR)/usr/share/dbus-1/system-services
11 install -m 644 org.selinux.policy $(DESTDIR)/usr/share/polkit-1/actions/
12 -mkdir -p $(DESTDIR)/usr/share/system-config-selinux
13 install -m 755 selinux_server.py $(DESTDIR)/usr/share/system-config-selinux
  /external/selinux/policycoreutils/setfiles/
restore.h 13 #include <selinux/selinux.h>
14 #include <selinux/label.h>
15 #include <selinux/restorecon.h>
  /external/selinux/prebuilts/bin/
seinfo 10 export LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/external/selinux/prebuilts/lib
12 exec python $ANDROID_BUILD_TOP/external/selinux/prebuilts/bin/seinfo.py "$@"
  /external/selinux/restorecond/
restore.h 13 #include <selinux/selinux.h>
14 #include <selinux/label.h>
15 #include <selinux/restorecon.h>
  /test/vts-testcase/kernel/api/selinux/
Android.mk 22 VTS_CONFIG_SRC_DIR := testcases/kernel/api/selinux

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 910