D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-6.8.0-101
/
include
/
linux
/
lsm
/
Filename :
smack.h
back
Copy
/* SPDX-License-Identifier: GPL-2.0 */ /* * Linux Security Module interface to other subsystems. * Smack presents a pointer into the global Smack label list. */ #ifndef __LINUX_LSM_SMACK_H #define __LINUX_LSM_SMACK_H struct smack_known; struct lsmblob_smack { #ifdef CONFIG_SECURITY_SMACK struct smack_known *skp; #endif }; #endif /* ! __LINUX_LSM_SMACK_H */