Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
Dselinux_restorecon.c160 selinux_log(SELINUX_ERROR, in add_exclude()
190 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude()
259 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts()
335 selinux_log(SELINUX_ERROR, in add_xattr_entry()
381 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry()
454 selinux_log(SELINUX_ERROR, in filespec_add()
462 selinux_log(SELINUX_ERROR, in filespec_add()
490 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add()
626 selinux_log(SELINUX_ERROR, in restorecon_sb()
669 selinux_log(SELINUX_ERROR, in restorecon_sb()
[all …]
Davc_internal.c68 avc_log(SELINUX_ERROR, in avc_process_setenforce()
88 avc_log(SELINUX_ERROR, in avc_process_policyload()
160 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n", in avc_netlink_receive()
216 avc_log(SELINUX_ERROR, in avc_netlink_process()
259 avc_log(SELINUX_ERROR, in avc_netlink_check_nb()
284 avc_log(SELINUX_ERROR, in avc_netlink_loop()
299 avc_log(SELINUX_ERROR, in avc_netlink_loop()
310 avc_log(SELINUX_ERROR, in avc_netlink_acquire_fd()
Dlabel_backends_android.c66 (SELINUX_ERROR, in nodups_specs()
73 (SELINUX_ERROR, in nodups_specs()
98 selinux_log(SELINUX_ERROR, in process_line()
102 selinux_log(SELINUX_ERROR, in process_line()
114 selinux_log(SELINUX_ERROR, in process_line()
132 selinux_log(SELINUX_ERROR, in process_line()
Dlabel_file.h449 selinux_log(SELINUX_ERROR, in process_line()
453 selinux_log(SELINUX_ERROR, in process_line()
465 COMPAT_LOG(SELINUX_ERROR, in process_line()
513 COMPAT_LOG(SELINUX_ERROR, in process_line()
524 COMPAT_LOG(SELINUX_ERROR, in process_line()
DcheckAccess.c47 avc_log(SELINUX_ERROR, "Unknown class %s", class); in selinux_check_access()
57 avc_log(SELINUX_ERROR, "Unknown permission %s for class %s", perm, class); in selinux_check_access()
Dlabel_file.c80 (SELINUX_ERROR, in nodups_specs()
87 (SELINUX_ERROR, in nodups_specs()
191 COMPAT_LOG(SELINUX_ERROR, in load_mmap()
336 selinux_log(SELINUX_ERROR, in load_mmap()
879 selinux_log(SELINUX_ERROR, "Failed to allocate %zu bytes of data\n", in lookup_all()
1055 selinux_log(SELINUX_ERROR, "SELinux: %s: Out of memory\n", __func__); in get_digests_all_partial_matches()
Davc.c177 avc_log(SELINUX_ERROR, in avc_init_internal()
185 avc_log(SELINUX_ERROR, in avc_init_internal()
208 avc_log(SELINUX_ERROR, in avc_init_internal()
218 avc_log(SELINUX_ERROR, in avc_init_internal()
/third_party/selinux/libselinux/include/selinux/
Dselinux.h181 #define SELINUX_ERROR 0 macro