Re: [PATCH 2/2] capabilities: introduce per-process capability bounding set (v7)

2007-11-16 Thread Andrew Morgan
: introduce per-process capability bounding set (v7) The capability bounding set is a set beyond which capabilities cannot grow. Currently cap_bset is per-system. It can be manipulated through sysctl, but only init can add capabilities. Root can remove capabilities. By default it includes

Re: [PATCH 2/2] capabilities: introduce per-process capability bounding set (v7)

2007-11-16 Thread Serge E. Hallyn
. Hallyn [EMAIL PROTECTED] Date: Mon, 12 Nov 2007 16:50:04 -0500 Subject: [PATCH 2/2] capabilities: introduce per-process capability bounding set (v7) The capability bounding set is a set beyond which capabilities cannot grow. Currently cap_bset is per-system. It can be manipulated

Re: [PATCH 2/2] capabilities: introduce per-process capability bounding set (v7)

2007-11-16 Thread Andrew Morgan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Serge E. Hallyn wrote: I also think we should use CAP_SETPCAP for the privilege of manipulating the bounding set. In many ways irrevocably removing a permission requires the same level of due care as adding one (to pI). Aside from being