diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-06 21:40:44 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-06 21:41:07 -0400 |
commit | 7c6175afc50eb106b1dbb9712e638fe2cf976c85 (patch) | |
tree | c50691633e6f46b962d1ef36c7c6133934c68ca1 /0000_README | |
parent | Adding generic patches for all versions (diff) | |
download | linux-patches-7c6175afc50eb106b1dbb9712e638fe2cf976c85.tar.gz linux-patches-7c6175afc50eb106b1dbb9712e638fe2cf976c85.tar.bz2 linux-patches-7c6175afc50eb106b1dbb9712e638fe2cf976c85.zip |
Add patch to support namespace user.pax.* on tmpfs, bug #470644
This patch is needed on all Gentoo to preserve end-to-end support
of PaX flags held in the extended attribute namespace user.pax.*
Even non-hardened Gentoo users need this in case they switch from
a gentoo-sources kernel to hardened. With the XATTR_PAX markings
already in place, they do not need to remake the PaX flags on all
their ELF objects because it will already be done.
Diffstat (limited to '0000_README')
-rw-r--r-- | 0000_README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/0000_README b/0000_README index 90189932..36c2b96e 100644 --- a/0000_README +++ b/0000_README @@ -43,6 +43,10 @@ EXPERIMENTAL Individual Patch Descriptions: -------------------------------------------------------------------------- +Patch: 1500_XATTR_USER_PREFIX.patch +From: https://bugs.gentoo.org/show_bug.cgi?id=470644 +Desc: Support for namespace user.pax.* on tmpfs. + Patch: 4567_distro-Gentoo-Kconfig.patch From: Tom Wijsman <TomWij@gentoo.org> Desc: Add Gentoo Linux support config settings and defaults. |