Home
last modified time | relevance | path

Searched refs:fcon (Results 1 - 4 of 4) sorted by relevance

/third_party/eudev/src/shared/
H A Dselinux-util.c152 _cleanup_security_context_free_ security_context_t fcon = NULL; in mac_selinux_fix() local
154 r = selabel_lookup_raw(label_hnd, &fcon, path, st.st_mode); in mac_selinux_fix()
161 r = lsetfilecon(path, fcon); in mac_selinux_fix()
208 _cleanup_security_context_free_ security_context_t mycon = NULL, fcon = NULL; in mac_selinux_get_create_label_from_exe() local
221 r = getfilecon(exe, &fcon); in mac_selinux_get_create_label_from_exe()
226 r = security_compute_create(mycon, fcon, sclass, (security_context_t *) label); in mac_selinux_get_create_label_from_exe()
255 _cleanup_security_context_free_ security_context_t mycon = NULL, peercon = NULL, fcon = NULL; in mac_selinux_get_child_mls_label() local
278 r = getfilecon(exe, &fcon); in mac_selinux_get_child_mls_label()
305 r = security_compute_create(mycon, fcon, sclass, (security_context_t *) label); in mac_selinux_get_child_mls_label()
415 _cleanup_security_context_free_ security_context_t fcon in mac_selinux_mkdir() local
465 _cleanup_security_context_free_ security_context_t fcon = NULL; mac_selinux_bind() local
[all...]
/third_party/selinux/libselinux/utils/
H A Dselinuxexeccon.c20 char * fcon = NULL, *newcon = NULL; in get_selinux_proc_context() local
22 int ret = getfilecon(command, &fcon); in get_selinux_proc_context()
24 ret = security_compute_create(execcon, fcon, string_to_security_class("process"), &newcon); in get_selinux_proc_context()
28 freecon(fcon); in get_selinux_proc_context()
/third_party/selinux/libselinux/src/
H A Dsetexecfilecon.c9 char * mycon = NULL, *fcon = NULL, *newcon = NULL; in setexecfilecon() local
20 rc = getfilecon(filename, &fcon); in setexecfilecon()
24 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &newcon); in setexecfilecon()
52 freecon(fcon); in setexecfilecon()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c492 double fcon[LP_MAX_VECTOR_LENGTH]; in test_one() local
498 read_vec(type, con, fcon); in test_one()
501 compute_blend_ref(blend, fsrc + j, fsrc1 + j, fdst + j, fcon + j, fref + j); in test_one()

Completed in 2 milliseconds