summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/tst_lockdown.h
blob: 78eaeccea53c45680e762ebd941eedb62d0e51cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: GPL-2.0-or-later

#ifndef TST_LOCKDOWN_H
#define TST_LOCKDOWN_H

#define PATH_LOCKDOWN	"/sys/kernel/security/lockdown"

int tst_lockdown_enabled(void);

#endif /* TST_LOCKDOWN_H */