HomeSort by relevance Sort by last modified time
    Searched full:selinux (Results 76 - 100 of 253) sorted by null

1 2 34 5 6 7 8 91011

  /external/libsepol/src/
user_record.c 39 "could not create selinux user key");
309 "could not create selinux user record");
356 ERR(handle, "could not clone selinux user record");
policydb_public.c 185 * Enable compatibility mode for SELinux network checks iff
  /external/sepolicy/
Android.mk 5 # SELinux policy version.
6 # Must be <= /selinux/policyvers reported by the Android kernel.
154 LOCAL_MODULE := selinux-network.sh
netd.te 71 # Setting SELinux enforcing status or booleans.
access_vectors 445 mac_override # unused by SELinux
446 mac_admin # unused by SELinux
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 24 import android.os.SELinux;
56 private static final String PROPERTY_SELINUX_STATUS = "ro.build.selinux";
97 if (!SELinux.isSELinuxEnabled()) {
100 } else if (!SELinux.isSELinuxEnforced()) {
105 // Remove selinux information if property is not present
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 12 # Reproduce by: gnulib-tool --import --dir=. --local-dir=gl --lib=libsed --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl acl alloca btowc c-ctype extensions getline getopt gettext localcharset mbrlen mbrtowc mbsinit memchr mkstemp obstack pathmax regex rename selinux-h stat-macros stdbool strerror strverscmp unlocked-io verify wcrtomb wctob
513 ## begin gnulib module selinux-h
515 libsed_a_SOURCES += se-context.in.h se-selinux.in.h
518 selinux/selinux.h: se-selinux.in.h
520 $(MKDIR_P) selinux
521 cp $(srcdir)/se-selinux.in.h $@-t
524 MOSTLYCLEANFILES += selinux/selinux.h selinux/selinux.h-
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 31 import android.os.SELinux;
70 if (!SELinux.restorecon(mDataDir)) {
71 Log.e(TAG, "SELinux restorecon failed for " + mDataDir);
  /bionic/libc/kernel/common/linux/
xattr.h 39 #define XATTR_SELINUX_SUFFIX "selinux"
  /external/libselinux/src/
init.c 39 /* We check to see if the preferred mount point for selinux file
avc_internal.h 15 #include <selinux/avc.h>
avc_sidtab.c 12 #include <selinux/avc.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_commands.py 55 # . = has a SELinux security context
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_commands.py 55 # . = has a SELinux security context
  /external/ipsec-tools/src/racoon/
policy.h 156 #include <selinux/selinux.h>
  /system/core/run-as/
run-as.c 32 #include <selinux/android.h>
159 panic("Could not set SELinux security context: %s\n", strerror(errno));
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 35 #define XATTR_NAME_SELINUX "security.selinux"
36 #include <selinux/selinux.h>
37 #include <selinux/label.h>
529 fprintf(stderr," file_contexts the file contexts configuration used to assign SELinux file context attributes\n");
  /system/core/init/
property_service.c 44 #include <selinux/selinux.h>
45 #include <selinux/label.h>
96 { "selinux." , AID_SYSTEM, 0 },
350 } else if (strcmp("selinux.reload_policy", name) == 0 &&
  /system/extras/ext4_utils/
make_ext4fs.c 62 #include <selinux/selinux.h>
63 #include <selinux/label.h>
64 #include <selinux/android.h>
285 error("failed to set SELinux context on %s\n", dentries[i].path);
contents.c 27 #define XATTR_SELINUX_SUFFIX "selinux"
295 * of the name. For example, XATTR_SELINUX_SUFFIX ("selinux") comes before
296 * XATTR_CAPS_SUFFIX ("capability") because "selinux" is shorter than "capability"
298 * which name comes first. For example, "selinux" would come before "yelinux".
  /external/libselinux/include/selinux/
selinux.h 11 /* Return 1 if we are running on a SELinux kernel, or 0 if not or -1 if we get an error. */
13 /* Return 1 if we are running on a SELinux MLS kernel, or 0 otherwise. */
229 /* Disable SELinux at runtime (must be done prior to initial policy load). */
avc.h 12 #include <selinux/selinux.h>
469 * selinux_status_open - Open and map SELinux kernel status page
475 * selinux_status_close - Unmap and close SELinux kernel status page
  /external/kernel-headers/original/linux/
prctl.h 142 * asking selinux for a specific new context (e.g. with runcon) will result
  /external/libsepol/include/sepol/
policydb.h 133 * Check whether the compatibility mode for SELinux network
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-comp.m4 325 lib/se-selinux.in.h
417 m4/selinux-context-h.m4
418 m4/selinux-selinux-h.m4

Completed in 803 milliseconds

1 2 34 5 6 7 8 91011