Skip to content

Commit cadcc7e

Browse files
liu-song-6Kernel Patches Daemon
authored andcommitted
lsm: bpf: Remove lsm_prop_bpf
lsm_prop_bpf is not used in any code. Remove it. Signed-off-by: Song Liu <[email protected]>
1 parent 4d1f3ab commit cadcc7e

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

include/linux/lsm/bpf.h

Lines changed: 0 additions & 16 deletions
This file was deleted.

include/linux/security.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include <linux/lsm/selinux.h>
3838
#include <linux/lsm/smack.h>
3939
#include <linux/lsm/apparmor.h>
40-
#include <linux/lsm/bpf.h>
4140

4241
struct linux_binprm;
4342
struct cred;
@@ -163,7 +162,6 @@ struct lsm_prop {
163162
struct lsm_prop_selinux selinux;
164163
struct lsm_prop_smack smack;
165164
struct lsm_prop_apparmor apparmor;
166-
struct lsm_prop_bpf bpf;
167165
};
168166

169167
extern const char *const lockdown_reasons[LOCKDOWN_CONFIDENTIALITY_MAX+1];

0 commit comments

Comments
 (0)