]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/core/selinux-setup.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / core / selinux-setup.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
c2f1db8f 2#pragma once
c4dcdb9f
LP
3
4/***
c4dcdb9f 5 Copyright 2010 Lennart Poettering
c4dcdb9f
LP
6***/
7
0b3325e7
LP
8#include <stdbool.h>
9
8a188de9 10int mac_selinux_setup(bool *loaded_policy);