blob: b65daafcd8a50d326f2597b59279550ffda4ddca (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright © 2013 Intel Corporation
Authors:
Nathaniel Chen <nathaniel.chen@intel.com>
***/
int mac_smack_setup(bool *loaded_policy);
|