HomeSort by relevance Sort by last modified time
    Searched refs:SELINUXFS (Results 1 - 2 of 2) sorted by null

  /external/libselinux/src/
policy.h 12 /* selinuxfs magic number */
15 /* Preferred selinuxfs mount point directory paths. */
19 /* selinuxfs filesystem type string. */
20 #define SELINUXFS "selinuxfs"
22 /* selinuxfs mount point determined at runtime */
android.c 870 rc = mount(SELINUXFS, mnt, SELINUXFS, 0, NULL);
885 rc = mount(SELINUXFS, mnt, SELINUXFS, 0, NULL);
889 selinux_log(SELINUX_ERROR,"SELinux: Could not mount selinuxfs: %s\n",

Completed in 136 milliseconds