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