Home
last modified time | relevance | path

Searched refs:selabel_lookup_raw (Results 1 - 7 of 7) sorted by relevance

/third_party/eudev/src/shared/
H A Dselinux-util.c154 r = selabel_lookup_raw(label_hnd, &fcon, path, st.st_mode); in mac_selinux_fix()
335 r = selabel_lookup_raw(label_hnd, &filecon, path, mode); in mac_selinux_create_file_prepare()
343 r = selabel_lookup_raw(label_hnd, &filecon, newpath, mode); in mac_selinux_create_file_prepare()
424 r = selabel_lookup_raw(label_hnd, &fcon, path, S_IFDIR); in mac_selinux_mkdir()
432 r = selabel_lookup_raw(label_hnd, &fcon, newpath, S_IFDIR); in mac_selinux_mkdir()
493 r = selabel_lookup_raw(label_hnd, &fcon, path, S_IFSOCK); in mac_selinux_bind()
501 r = selabel_lookup_raw(label_hnd, &fcon, newpath, S_IFSOCK); in mac_selinux_bind()
/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c455 selabel_lookup_raw(hnd, con, path, mode) : in matchpathcon_internal()
529 if (selabel_lookup_raw(hnd, &fcontext, path, mode) != 0) { in selinux_file_context_verify()
562 if (selabel_lookup_raw(hnd, &scontext, path, st.st_mode)) { in selinux_lsetfilecon_default()
H A Dlabel.c280 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw() function
H A Dselinux_restorecon.c694 rc = selabel_lookup_raw(fc_sehandle, &newcon, "/", in restorecon_sb()
697 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb()
/third_party/selinux/libselinux/include/selinux/
H A Dlabel.h104 extern int selabel_lookup_raw(struct selabel_handle *handle, char **con,
/third_party/selinux/libselinux/utils/
H A Dselabel_lookup.c101 rc = selabel_lookup_raw(hnd, &context, key, type); in main()
H A Dmatchpathcon.c27 rc = selabel_lookup_raw(hnd, &buf, path, mode); in printmatchpathcon()

Completed in 6 milliseconds