]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: SAUCE: Fix ZFS setgid
authorColin Ian King <colin.king@canonical.com>
Thu, 8 Mar 2018 11:11:54 +0000 (12:11 +0100)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 15 Mar 2018 13:27:20 +0000 (08:27 -0500)
commit78b82b119d3639dbec2b7f62e266b11400644c24
tree3fc31615a6f6071f3c98134330991dcea205884c
parent7f1e7bb7f4cc2f6600e902550011194eee29e135
UBUNTU: SAUCE: Fix ZFS setgid

BugLink: http://bugs.launchpad.net/bugs/1753288
  Pull in upstream commit 0e85048f53e4, namely:
  "Take user namespaces into account in policy checks"
  - Change file related checks to use user namespaces and make
    sure involved uids/gids are mappable in the current
    namespace.
  - Sync'd from zfsutils-linux 0.7.5-1ubuntu5

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
18 files changed:
zfs/META
zfs/Makefile.in
zfs/aclocal.m4
zfs/config/config.guess
zfs/config/config.sub
zfs/config/kernel-userns-capabilities.m4 [new file with mode: 0644]
zfs/config/kernel.m4
zfs/configure
zfs/include/Makefile.in
zfs/include/linux/Makefile.in
zfs/include/sys/Makefile.in
zfs/include/sys/crypto/Makefile.in
zfs/include/sys/fm/Makefile.in
zfs/include/sys/fm/fs/Makefile.in
zfs/include/sys/fs/Makefile.in
zfs/include/sys/sysevent/Makefile.in
zfs/module/zfs/policy.c
zfs/zfs_config.h.in