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