1 #include <stdlib.h> 2 3 // HACK: placeholder for a library the python bindings expect. 4 // Delete after b/33170640 is fixed. selinux_openssh_contexts_path(void)5 const char *selinux_openssh_contexts_path(void) 6 { 7 abort(); 8 } 9