Go to file
Andy Whitcroft 5593f69b94 UBUNTU: SAUCE: overlayfs: ensure mounter privileges when reading directories
BugLink: https://launchpad.net/bugs/1793458

When reading directory contents ensure the mounter has permissions for
the operation over the constituent parts (lower and upper). Where we are
in a namespace this ensures that the mounter (root in that namespace)
has permissions over the files and directories, preventing exposure of
protected files and directory contents.

CVE-2018-6559

Signed-off-by: Andy Whitcroft <apw@canonical.com>
[tyhicks: make use of new upstream check in ovl_permission() for copy-ups]
[tyhicks: make use of creator (mounter) creds hanging off the super block]
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
2019-11-25 14:56:35 +01:00
Documentation UBUNTU: SAUCE: x86/quirks: Add parameter to clear MSIs early on boot 2019-11-25 14:56:35 +01:00
LICENSES
arch UBUNTU: SAUCE: x86/quirks: Scan all busses for early PCI quirks 2019-11-25 14:56:35 +01:00
block iocost: check active_list of all the ancestors in iocg_activate() 2019-11-14 13:56:54 -07:00
certs UBUNTU: SAUCE: Dump stack when X.509 certificates cannot be loaded 2019-11-25 14:56:26 +01:00
crypto Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security 2019-09-28 08:14:15 -07:00
debian UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
debian.master UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
drivers UBUTU: SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3 2019-11-25 14:56:35 +01:00
fs UBUNTU: SAUCE: overlayfs: ensure mounter privileges when reading directories 2019-11-25 14:56:35 +01:00
include UBUNTU: SAUCE: pci: prevent sk hynix nvme from entering D3 2019-11-25 14:56:35 +01:00
init UBUNTU: SAUCE: Clear Linux: init: do_mounts: recreate /dev/root 2019-11-25 14:56:27 +01:00
ipc ipc/sem.c: convert to use built-in RCU list checking 2019-09-25 17:51:41 -07:00
kernel UBUNTU: SAUCE: security,perf: Allow further restriction of perf_event_open 2019-11-25 14:56:27 +01:00
lib UBUNTU: SAUCE: md/raid6 algorithms: scale test duration for speedier boots 2019-11-25 14:56:29 +01:00
mm UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM 2019-11-25 14:56:31 +01:00
net UBUNTU: SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit" 2019-11-25 14:56:34 +01:00
samples samples/bpf: fix build by setting HAVE_ATTR_TEST to zero 2019-10-31 21:39:15 +01:00
scripts UBUNTU: SAUCE: Fix module signing exclusion in package builds 2019-11-25 14:56:30 +01:00
security UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets 2019-11-25 14:56:34 +01:00
sound ALSA: usb-audio: Fix incorrect size check for processing/extension units 2019-11-14 18:01:22 +01:00
tools UBUNTU: SAUCE: tools: use CC for linking acpi tools 2019-11-25 14:56:34 +01:00
ubuntu UBUNTU: hio: block api changes after 4.17-rc2 rebase 2019-11-25 14:56:33 +01:00
usr kbuild: update compile-test header list for v5.4-rc2 2019-10-05 15:29:49 +09:00
virt KVM: Add a comment describing the /dev/kvm no_compat handling 2019-11-15 10:14:04 +01:00
.clang-format clang-format: Update with the latest for_each macro list 2019-08-31 10:00:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
.mailmap ARM: SoC fixes 2019-11-10 13:41:59 -08:00
COPYING
CREDITS MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer 2019-10-10 08:12:51 -07:00
Kbuild kbuild: do not descend to ./Kbuild when cleaning 2019-08-21 21:03:58 +09:00
Kconfig UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-11-22 14:28:14 -08:00
Makefile UBUNTU: SAUCE: s390: kernel message catalog 2019-11-25 14:56:29 +01:00
README
dropped.txt UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
snapcraft.yaml UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01:00
update-version-dkms UBUNTU: [debian] Initial debian and ubuntu directories 2019-11-25 14:56:22 +01: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.