Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c163 selinux_log(SELINUX_ERROR, in add_exclude()
193 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude()
261 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts()
338 selinux_log(SELINUX_ERROR, in add_xattr_entry()
374 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry()
446 selinux_log(SELINUX_ERROR, in filespec_add()
477 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add()
600 selinux_log(SELINUX_ERROR, in restorecon_sb()
643 selinux_log(SELINUX_ERROR, in restorecon_sb()
722 selinux_log(SELINUX_ERROR, in restorecon_sb()
[all …]
Davc_internal.c116 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n", in avc_netlink_receive()
172 avc_log(SELINUX_ERROR, in avc_netlink_process()
187 avc_log(SELINUX_ERROR, in avc_netlink_process()
205 avc_log(SELINUX_ERROR, in avc_netlink_process()
238 avc_log(SELINUX_ERROR, in avc_netlink_check_nb()
263 avc_log(SELINUX_ERROR, in avc_netlink_loop()
278 avc_log(SELINUX_ERROR, in avc_netlink_loop()
Dlabel_backends_android.c68 (SELINUX_ERROR, in nodups_specs()
99 selinux_log(SELINUX_ERROR, in process_line()
110 selinux_log(SELINUX_ERROR, in process_line()
128 selinux_log(SELINUX_ERROR, in process_line()
DcheckAccess.c60 avc_log(SELINUX_ERROR, "Unknown class %s", class); in selinux_check_access()
70 avc_log(SELINUX_ERROR, "Unknown permission %s for class %s", perm, class); in selinux_check_access()
Dlabel_file.h426 selinux_log(SELINUX_ERROR, in process_line()
437 COMPAT_LOG(SELINUX_ERROR, in process_line()
484 COMPAT_LOG(SELINUX_ERROR, in process_line()
495 COMPAT_LOG(SELINUX_ERROR, in process_line()
Davc.c193 avc_log(SELINUX_ERROR, in avc_init()
201 avc_log(SELINUX_ERROR, in avc_init()
224 avc_log(SELINUX_ERROR, in avc_init()
235 avc_log(SELINUX_ERROR, in avc_init()
Dlabel_file.c81 (SELINUX_ERROR, in nodups_specs()
88 (SELINUX_ERROR, in nodups_specs()
332 selinux_log(SELINUX_ERROR, in load_mmap()
797 selinux_log(SELINUX_ERROR, "No path given to file labeling backend\n"); in init()
/external/selinux/libselinux/src/android/
Dandroid_platform.c78 selinux_log(SELINUX_ERROR, "SELinux: Could not open %s: %s\n", in compute_file_contexts_hash()
84 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n", in compute_file_contexts_hash()
97 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n", in compute_file_contexts_hash()
104 selinux_log(SELINUX_ERROR, "SELinux: Count not re-alloc for %s: %s\n", in compute_file_contexts_hash()
145 selinux_log(SELINUX_ERROR, "%s: Error getting file context handle (%s)\n", in selinux_android_file_context()
212 selinux_log(SELINUX_ERROR, "%s: Error getting property context handle (%s)\n", in selinux_android_prop_context_handle()
400 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n"); in seapp_context_cmp()
402 selinux_log(SELINUX_ERROR, " user=%s\n", s1->user.str); in seapp_context_cmp()
404 selinux_log(SELINUX_ERROR, " seinfo=%s\n", s1->seinfo); in seapp_context_cmp()
406 selinux_log(SELINUX_ERROR, " name=%s\n", s1->name.str); in seapp_context_cmp()
[all …]
Dandroid_vendor.c6 …selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_restorecon()
12 …selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_prop_context_handle()
Dandroid.c56 selinux_log(SELINUX_ERROR, "%s: Error getting service context handle (%s)\n", in selinux_android_service_open_context_handle()
/external/selinux/libselinux/include/selinux/
Dselinux.h177 #define SELINUX_ERROR 0 macro