setup.h 418 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Landlock LSM - Security framework setup
  4. *
  5. * Copyright © 2016-2020 Mickaël Salaün <[email protected]>
  6. * Copyright © 2018-2020 ANSSI
  7. */
  8. #ifndef _SECURITY_LANDLOCK_SETUP_H
  9. #define _SECURITY_LANDLOCK_SETUP_H
  10. #include <linux/lsm_hooks.h>
  11. extern bool landlock_initialized;
  12. extern struct lsm_blob_sizes landlock_blob_sizes;
  13. #endif /* _SECURITY_LANDLOCK_SETUP_H */