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