[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230511070520.72939-1-tianjia.zhang@linux.alibaba.com>
Date: Thu, 11 May 2023 15:05:18 +0800
From: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
To: Serge Hallyn <serge@...lyn.com>, Paul Moore <paul@...l-moore.com>,
Stephen Smalley <stephen.smalley.work@...il.com>,
Eric Paris <eparis@...isplace.org>,
Frederick Lawler <fred@...udflare.com>,
Jens Axboe <axboe@...nel.dk>,
Joseph Qi <joseph.qi@...ux.alibaba.com>,
linux-security-module@...r.kernel.org, selinux@...r.kernel.org,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Tianjia Zhang <tianjia.zhang@...ux.alibaba.com>
Subject: [PATCH 0/2] capability: Introduce CAP_BLOCK_ADMIN
Separated fine-grained capability CAP_BLOCK_ADMIN from CAP_SYS_ADMIN.
For backward compatibility, the CAP_BLOCK_ADMIN capability is included
within CAP_SYS_ADMIN.
Some database products rely on shared storage to complete the
write-once-read-multiple and write-multiple-read-multiple functions.
When HA occurs, they rely on the PR (Persistent Reservations) protocol
provided by the storage layer to manage block device permissions to
ensure data correctness.
CAP_SYS_ADMIN is required in the PR protocol implementation of existing
block devices in the Linux kernel, which has too many sensitive
permissions, which may lead to risks such as container escape. The
kernel needs to provide more fine-grained permission management like
CAP_NET_ADMIN to avoid online products directly relying on root to run.
CAP_BLOCK_ADMIN can also provide support for other block device
operations that require CAP_SYS_ADMIN capabilities in the future,
ensuring that applications run with least privilege.
Tianjia Zhang (2):
capability: Introduce CAP_BLOCK_ADMIN
block: use block_admin_capable() for Persistent Reservations
block/ioctl.c | 10 +++++-----
include/linux/capability.h | 5 +++++
include/uapi/linux/capability.h | 7 ++++++-
security/selinux/include/classmap.h | 4 ++--
4 files changed, 18 insertions(+), 8 deletions(-)
--
2.24.3 (Apple Git-128)
Powered by blists - more mailing lists