From ed0ce2ae97a8d6a6633e4c6b181d67473d3b1836 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 3 May 2016 18:36:52 +0200 Subject: drop old patch series --- ...ged-operations-on-trivfs-translated-nodes.patch | 36 ---------------------- debian/patches/series | 1 - 2 files changed, 37 deletions(-) delete mode 100644 debian/patches/fix-getroot0001-Fix-privileged-operations-on-trivfs-translated-nodes.patch diff --git a/debian/patches/fix-getroot0001-Fix-privileged-operations-on-trivfs-translated-nodes.patch b/debian/patches/fix-getroot0001-Fix-privileged-operations-on-trivfs-translated-nodes.patch deleted file mode 100644 index f8c274f3..00000000 --- a/debian/patches/fix-getroot0001-Fix-privileged-operations-on-trivfs-translated-nodes.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 53a1382f8af4f95644e51dfd970ade0288b050e1 Mon Sep 17 00:00:00 2001 -From: Justus Winter -Date: Fri, 29 Apr 2016 23:36:47 +0200 -Subject: [PATCH hurd] Fix privileged operations on trivfs-translated nodes - -Amends d18ea50e. - -* libtrivfs/fsys-getroot.c: When the user is privileged, make a -verbatim copy of the real node instead of making an auth-restricted -copy. ---- - libtrivfs/fsys-getroot.c | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/libtrivfs/fsys-getroot.c b/libtrivfs/fsys-getroot.c -index c44e535..c9b8261 100644 ---- a/libtrivfs/fsys-getroot.c -+++ b/libtrivfs/fsys-getroot.c -@@ -75,11 +75,11 @@ trivfs_S_fsys_getroot (struct trivfs_control *cntl, - .alloced = nuids, - }; - -- if (idvec_contains (&idvec, 0)) -- /* Root should be given all our rights. */ -+ if (_is_privileged (&idvec)) -+ /* Privileged users should be given all our rights. */ - err = io_duplicate (cntl->underlying, &new_realnode); - else -- /* Non-root, restrict rights. */ -+ /* Non-privileged, restrict rights. */ - err = io_restrict_auth (cntl->underlying, - &new_realnode, uids, nuids, gids, ngids); - --- -2.1.4 - diff --git a/debian/patches/series b/debian/patches/series index 7176f758..a50d5616 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -44,5 +44,4 @@ fs_unification0005-libnetfs-treat-disconnected-shadow-roots-as-virtual-.patch fixes0001-utils-settrans-implement-active-translator-stacking.patch fixes0002-Avoid-superfluous-locking-of-node.patch fixes0003-fstests-new-micro-benchmark.patch -fix-getroot0001-Fix-privileged-operations-on-trivfs-translated-nodes.patch crash0001-xxx-crash-logging-works.patch -- cgit v1.2.3