Searched refs:avc_option (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux_hooks.c851 struct selinux_opt avc_option = { AVC_OPT_SETENFORCE, (char *)0 }; local in function:SELinuxFlaskInit
858 avc_option.value = (char *)1;
862 avc_option.value = (char *)0;
865 avc_option.type = AVC_OPT_UNUSED;
881 if (avc_open(&avc_option, 1) < 0)
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux_hooks.c849 struct selinux_opt avc_option = { AVC_OPT_SETENFORCE, (char *) 0 }; local in function:SELinuxFlaskInit
856 avc_option.value = (char *) 1;
860 avc_option.value = (char *) 0;
863 avc_option.type = AVC_OPT_UNUSED;
881 if (avc_open(&avc_option, 1) < 0)

Completed in 5 milliseconds