blob: 2172f08bdc8c9366a0b0f4f5c5cc80914a6487cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
This file is part of systemd.
Copyright 2010 Lennart Poettering
***/
#include <stdbool.h>
int mac_selinux_setup(bool *loaded_policy);
|