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 (C) 2013 Intel Corporation Authors: Nathaniel Chen <nathaniel.chen@intel.com> ***/ int mac_smack_setup(bool *loaded_policy);