Searched refs:sel_handle_unknown_ops (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/ |
H A D | selinuxfs.c | 217 static const struct file_operations sel_handle_unknown_ops = { variable 2074 [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super() 2075 [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | selinuxfs.c | 213 static const struct file_operations sel_handle_unknown_ops = { variable 2004 [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super() 2005 [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, in sel_fill_super()
|
Completed in 7 milliseconds