Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/android/
Dandroid_platform.c90 selinux_log(SELINUX_ERROR, "SELinux: Could not open %s: %s\n", in compute_file_contexts_hash()
96 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n", in compute_file_contexts_hash()
109 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n", in compute_file_contexts_hash()
116 selinux_log(SELINUX_ERROR, "SELinux: Count not re-alloc for %s: %s\n", in compute_file_contexts_hash()
157 selinux_log(SELINUX_ERROR, "%s: Error getting file context handle (%s)\n", in selinux_android_file_context()
236 selinux_log(SELINUX_ERROR, "%s: Error getting property context handle (%s)\n", in selinux_android_prop_context_handle()
429 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n"); in seapp_context_cmp()
431 selinux_log(SELINUX_ERROR, " user=%s\n", s1->user.str); in seapp_context_cmp()
433 selinux_log(SELINUX_ERROR, " seinfo=%s\n", s1->seinfo); in seapp_context_cmp()
435 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.c63 selinux_log(SELINUX_ERROR, "%s: Error getting service context handle (%s)\n", in selinux_android_service_open_context_handle()
/external/selinux/libselinux/src/
Dselinux_restorecon.c164 selinux_log(SELINUX_ERROR, in add_exclude()
194 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude()
264 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts()
341 selinux_log(SELINUX_ERROR, in add_xattr_entry()
384 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry()
456 selinux_log(SELINUX_ERROR, in filespec_add()
487 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add()
610 selinux_log(SELINUX_ERROR, in restorecon_sb()
653 selinux_log(SELINUX_ERROR, in restorecon_sb()
732 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.h440 selinux_log(SELINUX_ERROR, in process_line()
451 COMPAT_LOG(SELINUX_ERROR, in process_line()
499 COMPAT_LOG(SELINUX_ERROR, in process_line()
510 COMPAT_LOG(SELINUX_ERROR, in process_line()
Dlabel_file.c80 (SELINUX_ERROR, in nodups_specs()
87 (SELINUX_ERROR, in nodups_specs()
333 selinux_log(SELINUX_ERROR, in load_mmap()
798 selinux_log(SELINUX_ERROR, "No path given to file labeling backend\n"); in init()
921 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in lookup_all()
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()
/external/selinux/libselinux/include/selinux/
Dselinux.h177 #define SELINUX_ERROR 0 macro