]> Git Repo - qemu.git/commit
virtiofsd: Allow addition or removal of capabilities
authorDr. David Alan Gilbert <[email protected]>
Mon, 29 Jun 2020 11:54:20 +0000 (12:54 +0100)
committerDr. David Alan Gilbert <[email protected]>
Fri, 3 Jul 2020 15:23:05 +0000 (16:23 +0100)
commit3005c099ef3c6b43213e1454296c1c6556345805
treeea5674fe54fadc8ef13569b4119c1b429ffb1ed6
parent55b22a60cc7ac25565a13813deba3d548cb48bd3
virtiofsd: Allow addition or removal of capabilities

Allow capabilities to be added or removed from the allowed set for the
daemon; e.g.

default:
CapPrm: 00000000880000df
CapEff: 00000000880000df

-o modcaps=+sys_admin

CapPrm: 00000000882000df
CapEff: 00000000882000df

-o modcaps=+sys_admin:-chown

CapPrm: 00000000882000de
CapEff: 00000000882000de

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20200629115420[email protected]>
Acked-by: Vivek Goyal <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
docs/tools/virtiofsd.rst
tools/virtiofsd/helper.c
tools/virtiofsd/passthrough_ll.c
This page took 0.030101 seconds and 4 git commands to generate.