Home
last modified time | relevance | path

Searched refs:SELINUX_INFO (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libselinux/src/
Dselinux_restorecon.c507 selinux_log(SELINUX_INFO, in filespec_eval()
618 selinux_log(SELINUX_INFO, in restorecon_sb()
657 selinux_log(SELINUX_INFO, "%s matched by %s\n", in restorecon_sb()
671 selinux_log(SELINUX_INFO, in restorecon_sb()
699 selinux_log(SELINUX_INFO, in restorecon_sb()
895 selinux_log(SELINUX_INFO, in selinux_restorecon()
992 selinux_log(SELINUX_INFO, in selinux_restorecon()
Davc_internal.c180 avc_log(SELINUX_INFO, in avc_netlink_process()
200 avc_log(SELINUX_INFO, in avc_netlink_process()
Dlabel_media.c205 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in stats()
Dlabel_x.c231 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in stats()
Dlabel_db.c229 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in db_stats()
Davc.c262 avc_log(SELINUX_INFO, "%s", avc_audit_buf); in avc_sid_stats()
291 avc_log(SELINUX_INFO, "%s: %u AV entries and %d/%d buckets used, " in avc_av_stats()
Dlabel_file.c896 selinux_log(SELINUX_INFO, in incomp()
/external/selinux/libselinux/src/android/
Dandroid.c621 …selinux_log(SELINUX_INFO, "%s: isSystemServer=%s isEphemeralApp=%s isV2App=%s isOwner=%s user=%s… in selinux_android_seapp_context_reload()
1174 … selinux_log(SELINUX_INFO, "%s: name=%s uid=%u debuggable=%s dataDir=%s seinfo=%s\n", in package_info_init()
1183 …selinux_log(SELINUX_INFO, "SELinux: %d pkg entries and %d/%d buckets used, longest chain %d\n", e… in package_info_init()
1367 selinux_log(SELINUX_INFO, in restorecon_sb()
1492 selinux_log(SELINUX_INFO, in selinux_android_restorecon_common()
1624 selinux_log(SELINUX_INFO, "SELinux: Loaded file_contexts\n"); in selinux_android_file_context()
1663 selinux_log(SELINUX_INFO, "SELinux: Loaded property_contexts from %s & %s.\n", in selinux_android_prop_context_handle()
1682 selinux_log(SELINUX_INFO, "SELinux: Loaded service_contexts from:\n"); in selinux_android_service_open_context_handle()
1684 selinux_log(SELINUX_INFO, " %s\n", seopts_service[i].value); in selinux_android_service_open_context_handle()
1788 selinux_log(SELINUX_INFO, "SELinux: Loaded policy from %s\n", description); in selinux_android_load_policy_from_fd()
[all …]
/external/toybox/toys/android/
Dgetprop.c64 if (type == SELINUX_INFO) return 0; in selinux_log_callback_local()
/external/selinux/libselinux/include/selinux/
Dselinux.h179 #define SELINUX_INFO 2 macro
/external/selinux/policycoreutils/setfiles/
Dsetfiles.c145 FILE *out = (type == SELINUX_INFO) ? stdout : stderr;