Home
last modified time | relevance | path

Searched refs:checkreqprot_get (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/security/selinux/
Dima.c54 rc = strlcat(buf, checkreqprot_get(state) ? on : off, buf_len); in selinux_ima_collect_state()
Dselinuxfs.c722 checkreqprot_get(fsi->state)); in sel_read_checkreqprot()
Dhooks.c3764 if (checkreqprot_get(&selinux_state)) in selinux_mmap_file()
3778 if (checkreqprot_get(&selinux_state)) in selinux_file_mprotect()
/Linux-v6.1/security/selinux/include/
Dsecurity.h148 static inline bool checkreqprot_get(const struct selinux_state *state) in checkreqprot_get() function