summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-05-20 16:31:04 -0400
committerDavid P <megver83@parabola.nu>2018-05-20 16:41:19 -0400
commit32075365db8f176f61a8838926899ed71edfc600 (patch)
treebf353d61eb7b797ff520ac8a2d319b8cdf282b8e /libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
parent0dff8551b7601d0c57e26c9ba4c72b43cc3b3a93 (diff)
downloadabslibre-32075365db8f176f61a8838926899ed71edfc600.tar.gz
abslibre-32075365db8f176f61a8838926899ed71edfc600.tar.bz2
abslibre-32075365db8f176f61a8838926899ed71edfc600.zip
upgpkg: libre/linux-libre 4.16.9_gnu-1
config files now have disabled (most) blobs (which caused the "/*(DEBLOBBED)*/" dmesg error) E.g. (with iwlwifi): [ 3.963390] 0000:02:00.0: Missing Free firmware (non-Free firmware loading is disabled) [ 3.963420] iwlwifi 0000:02:00.0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2 CONFIG_DRM_AMDGPU, CONFIG_DRM_RADEON and nouveau were not removed since they are needed for their xf86-video packages. However, at least amdgpu, does not really work From https://www.phoronix.com/scan.php?page=news_item&px=GNU-Linux-Libre-4.2 : "(..) like radeon, refuses to work at all without blobs, even though in theory it could offer degraded functionality." Since I haven't tested linux-libre in an amdgpu device, idk if it does really offer such poor functionality, but that's better than nothing :) Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch')
-rw-r--r--libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch b/libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
index 816d16d7a..9f8347912 100644
--- a/libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
+++ b/libre/linux-libre/0001-add-sysctl-to-disallow-unprivileged-CLONE_NEWUSER-by.patch
@@ -1,8 +1,8 @@
-From dea1110505c920b0f7e0cdd8840448e48ef420fa Mon Sep 17 00:00:00 2001
-Message-Id: <dea1110505c920b0f7e0cdd8840448e48ef420fa.1525295228.git.jan.steffens@gmail.com>
+From 1d8e17daf031e219d904ef93718081534c9e8cea Mon Sep 17 00:00:00 2001
+Message-Id: <1d8e17daf031e219d904ef93718081534c9e8cea.1526520263.git.jan.steffens@gmail.com>
From: Serge Hallyn <serge.hallyn@canonical.com>
Date: Fri, 31 May 2013 19:12:12 +0100
-Subject: [PATCH 1/3] add sysctl to disallow unprivileged CLONE_NEWUSER by
+Subject: [PATCH 1/4] add sysctl to disallow unprivileged CLONE_NEWUSER by
default
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>