Lines Matching full:selinux
18 #include <selinux/selinux.h>
19 #include <selinux/context.h>
20 #include <selinux/android.h>
21 #include <selinux/label.h>
22 #include <selinux/avc.h>
982 selinux_log(SELINUX_ERROR, "SELinux: Could not open %s: %s\n",
987 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n",
994 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n",
1044 selinux_log(SELINUX_ERROR, "SELinux: Could NOT parse package list\n");
1069 selinux_log(SELINUX_INFO, "SELinux: %d pkg entries and %d/%d buckets used, longest chain %d\n", entries, buckets, PKGTAB_SIZE, longestchain);
1175 selinux_log(SELINUX_WARNING, "SELinux: Could not look up information for package %s, cannot restorecon %s.\n",
1254 "SELinux: Relabeling %s from %s to %s.\n", pathname, oldsecontext, secontext);
1270 "SELinux: Could not set context for %s: %s\n",
1374 "SELinux: Skipping restorecon_recursive(%s)\n",
1392 "SELinux: Directory cycle on %s.\n", ftsent->fts_path);
1400 "SELinux: Could not read %s: %s.\n", ftsent->fts_path, strerror(errno));
1405 "SELinux: Could not stat %s: %s.\n", ftsent->fts_path, strerror(errno));
1410 "SELinux: Error on %s: %s.\n", ftsent->fts_path, strerror(errno));
1464 selinux_log(SELINUX_ERROR, "SELinux: Could not get canonical path for %s restorecon: %s.\n",
1507 selinux_log(SELINUX_INFO, "SELinux: Loaded file_contexts contexts from %s.\n",
1525 selinux_log(SELINUX_INFO, "SELinux: Loaded property_contexts from %s.\n",
1544 selinux_log(SELINUX_INFO, "SELinux: Loaded service_contexts from %s.\n",
1574 selinux_log(SELINUX_ERROR, "SELinux: Could not open sepolicy: %s\n",
1579 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n",
1586 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n",
1594 selinux_log(SELINUX_ERROR, "SELinux: Could not load policy: %s\n",
1603 selinux_log(SELINUX_INFO, "SELinux: Loaded policy from %s\n", sepolicy_file[policy_index]);
1620 /* SELinux not enabled in kernel */
1628 selinux_log(SELINUX_ERROR,"SELinux: Could not mkdir: %s\n",
1636 selinux_log(SELINUX_ERROR,"SELinux: Could not mount selinuxfs: %s\n",
1665 LOG_PRI(priority, "SELinux", "%s", strp);