This website requires JavaScript.
Explore
Help
Register
Sign in
GitHub-Mirror
/
Star64_linux
Watch
2
Star
0
Fork
You've already forked Star64_linux
0
mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced
2025-03-16 04:04:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
Star64_devel
Star64_linux
/
security
/
loadpin
/
Makefile
3 lines
84 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
treewide: Add SPDX license identifier - Makefile/Kconfig Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-05-19 13:07:45 +01:00
# SPDX-License-Identifier: GPL-2.0-only
LSM: LoadPin for kernel file loading restrictions This LSM enforces that kernel-loaded files (modules, firmware, etc) must all come from the same filesystem, with the expectation that such a filesystem is backed by a read-only device such as dm-verity or CDROM. This allows systems that have a verified and/or unchangeable filesystem to enforce module and firmware loading restrictions without needing to sign the files individually. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: James Morris <james.l.morris@oracle.com>
2016-04-20 15:46:28 -07:00
obj-$(CONFIG_SECURITY_LOADPIN)
+=
loadpin.o
Reference in a new issue
Copy permalink