No description
Find a file
John Johansen fd0953c285 apparmor: fix setting unconfined mode on a loaded profile
commit 3bbb7b2e9b upstream.

When loading a profile that is set to unconfined mode, that label
flag is not set when it should be. Ensure it is set so that when
used in a label the unconfined check will be applied correctly.

Fixes: 038165070a ("apparmor: allow setting any profile into the unconfined state")
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-19 17:53:00 +08:00
arch
block
certs
crypto
Documentation dt-bindings: usb: mtk-xhci: Allow wakeup interrupt-names to be optional 2023-04-19 17:53:00 +08:00
drivers can: ems_usb: fix clang's -Wunaligned-access warning 2023-04-19 17:53:00 +08:00
fs
include
init
ipc
kernel tracing: Have filter accept "common_cpu" to be consistent 2023-04-19 17:53:00 +08:00
lib
LICENSES
mm
net
samples
scripts
security apparmor: fix setting unconfined mode on a loaded profile 2023-04-19 17:53:00 +08:00
sound ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith II 2023-04-19 17:53:00 +08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
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.