Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.libera.chat #linux-hardening
Go to file
Levente Polyak 95574b9f01
ovl: add config to disable unprivileged user namespace mounts
When disabled, unprivileged users will not be able to create
new overlayfs mounts. This cuts the attack surface if no
unprivileged user namespace mounts are required like for
running rootless containers.

Signed-off-by: Levente Polyak <levente@leventepolyak.net>
2021-03-17 00:37:56 +01:00
arch x86_64: bound mmap between legacy/modern bases 2021-03-17 00:37:53 +01:00
block remove unused softirq_action callback parameter 2021-03-17 00:37:46 +01:00
certs
crypto crypto: mips/poly1305 - enable for all MIPS processors 2021-03-08 11:52:17 +01:00
Documentation net: tcp: add option to disable TCP simultaneous connect 2021-03-17 00:37:56 +01:00
drivers security: tty: make TIOCSTI ioctl require CAP_SYS_ADMIN 2021-03-17 00:37:54 +01:00
fs ovl: add config to disable unprivileged user namespace mounts 2021-03-17 00:37:56 +01:00
include dccp: ccid: move timers to struct dccp_sock 2021-03-17 00:37:56 +01:00
init add CONFIG for unprivileged_userns_clone 2021-03-17 00:37:49 +01:00
ipc
kernel enable BPF JIT hardening by default (if available) 2021-03-17 00:37:55 +01:00
lib modpost: Add CONFIG_DEBUG_WRITABLE_FUNCTION_POINTERS_VERBOSE 2021-03-17 00:37:55 +01:00
LICENSES
mm slub: Extend init_on_alloc to slab caches with constructors 2021-03-17 00:37:55 +01:00
net Revert "dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()" 2021-03-17 00:37:56 +01:00
samples Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net 2021-03-09 17:15:56 -08:00
scripts modpost: Add CONFIG_DEBUG_WRITABLE_FUNCTION_POINTERS_VERBOSE 2021-03-17 00:37:55 +01:00
security enable SECURITY_TIOCSTI_RESTRICT by default 2021-03-17 00:37:54 +01:00
sound ALSA: hda/hdmi: Cancel pending works before suspend 2021-03-10 12:52:01 +01:00
tools security,perf: Allow further restriction of perf_event_open 2021-03-17 00:37:48 +01:00
usr Kbuild updates for v5.12 2021-02-25 10:17:31 -08:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
COPYING
CREDITS treewide: Miguel has moved 2021-02-26 09:41:03 -08:00
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' (patches from Andrew) 2021-03-14 12:23:34 -07:00
Makefile Linux 5.12-rc3 2021-03-14 14:41:02 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.