diff options
author | Deven Bowers <deven.desai@linux.microsoft.com> | 2024-08-02 23:08:22 -0700 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2024-08-20 14:02:15 -0400 |
commit | 2261306f4a3cea362fc40285e750a801dc0cfbe3 (patch) | |
tree | 2a8a5f55a2b0b03c274662dcabadfe98b634e690 /security/ipe/ipe.h | |
parent | 7138679ff2a2b1674f16618558d6cabea6ab2c53 (diff) |
ipe: add userspace interface
As is typical with LSMs, IPE uses securityfs as its interface with
userspace. for a complete list of the interfaces and the respective
inputs/outputs, please see the documentation under
admin-guide/LSM/ipe.rst
Signed-off-by: Deven Bowers <deven.desai@linux.microsoft.com>
Signed-off-by: Fan Wu <wufan@linux.microsoft.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security/ipe/ipe.h')
-rw-r--r-- | security/ipe/ipe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/ipe/ipe.h b/security/ipe/ipe.h index 7f1c818193a0..4aa18d1d0525 100644 --- a/security/ipe/ipe.h +++ b/security/ipe/ipe.h @@ -14,4 +14,6 @@ #include <linux/lsm_hooks.h> struct ipe_superblock *ipe_sb(const struct super_block *sb); +extern bool ipe_enabled; + #endif /* _IPE_H */ |