1 2 3 4 5 6 7 8 9 10
/* SPDX-License-Identifier: LGPL-2.1+ */ #pragma once /*** Copyright 2010 Lennart Poettering ***/ #include <stdbool.h> int mac_selinux_setup(bool *loaded_policy);