Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-15 Thread Paul Moore
On Thu, May 15, 2025 at 3:41 PM Casey Schaufler wrote: > On 5/15/2025 11:13 AM, Paul Moore wrote: > > On Thu, May 15, 2025 at 10:12 AM Casey Schaufler > > wrote: > >> On 5/14/2025 3:11 PM, Paul Moore wrote: > >>> On Wed, May 14, 2025 at 5:16 PM Casey Schaufler > >>> wrote: > On 5/14/2025

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-15 Thread Casey Schaufler
On 5/15/2025 11:13 AM, Paul Moore wrote: > On Thu, May 15, 2025 at 10:12 AM Casey Schaufler > wrote: >> On 5/14/2025 3:11 PM, Paul Moore wrote: >>> On Wed, May 14, 2025 at 5:16 PM Casey Schaufler >>> wrote: On 5/14/2025 1:57 PM, Paul Moore wrote: > On Wed, May 14, 2025 at 3:30 PM Casey

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-15 Thread Paul Moore
On Thu, May 15, 2025 at 10:12 AM Casey Schaufler wrote: > > On 5/14/2025 3:11 PM, Paul Moore wrote: > > On Wed, May 14, 2025 at 5:16 PM Casey Schaufler > > wrote: > >> On 5/14/2025 1:57 PM, Paul Moore wrote: > >>> On Wed, May 14, 2025 at 3:30 PM Casey Schaufler > >>> wrote: > On 5/13/2025

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-15 Thread Casey Schaufler
On 5/14/2025 3:11 PM, Paul Moore wrote: > On Wed, May 14, 2025 at 5:16 PM Casey Schaufler > wrote: >> On 5/14/2025 1:57 PM, Paul Moore wrote: >>> On Wed, May 14, 2025 at 3:30 PM Casey Schaufler >>> wrote: On 5/13/2025 1:23 PM, Paul Moore wrote: > On Tue, May 13, 2025 at 12:39 PM Casey

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-14 Thread Paul Moore
On Wed, May 14, 2025 at 5:16 PM Casey Schaufler wrote: > On 5/14/2025 1:57 PM, Paul Moore wrote: > > On Wed, May 14, 2025 at 3:30 PM Casey Schaufler > > wrote: > >> On 5/13/2025 1:23 PM, Paul Moore wrote: > >>> On Tue, May 13, 2025 at 12:39 PM Casey Schaufler > >>> wrote: > On 4/9/2025 11

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-14 Thread Casey Schaufler
On 5/14/2025 1:57 PM, Paul Moore wrote: > On Wed, May 14, 2025 at 3:30 PM Casey Schaufler > wrote: >> On 5/13/2025 1:23 PM, Paul Moore wrote: >>> On Tue, May 13, 2025 at 12:39 PM Casey Schaufler >>> wrote: On 4/9/2025 11:50 AM, Paul Moore wrote: > Add two new variables, lsm_count_prop_

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-14 Thread Paul Moore
On Wed, May 14, 2025 at 3:30 PM Casey Schaufler wrote: > On 5/13/2025 1:23 PM, Paul Moore wrote: > > On Tue, May 13, 2025 at 12:39 PM Casey Schaufler > > wrote: > >> On 4/9/2025 11:50 AM, Paul Moore wrote: > >>> Add two new variables, lsm_count_prop_subj and lsm_count_prop_obj, to > >>> count th

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-14 Thread Casey Schaufler
On 5/13/2025 1:23 PM, Paul Moore wrote: > On Tue, May 13, 2025 at 12:39 PM Casey Schaufler > wrote: >> On 4/9/2025 11:50 AM, Paul Moore wrote: >>> Add two new variables, lsm_count_prop_subj and lsm_count_prop_obj, to >>> count the number of lsm_prop entries for subjects and objects across all >

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-13 Thread Paul Moore
On Tue, May 13, 2025 at 12:39 PM Casey Schaufler wrote: > On 4/9/2025 11:50 AM, Paul Moore wrote: > > Add two new variables, lsm_count_prop_subj and lsm_count_prop_obj, to > > count the number of lsm_prop entries for subjects and objects across all > > of the enabled LSMs. Future patches will use

Re: [RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-05-13 Thread Casey Schaufler
On 4/9/2025 11:50 AM, Paul Moore wrote: > Add two new variables, lsm_count_prop_subj and lsm_count_prop_obj, to > count the number of lsm_prop entries for subjects and objects across all > of the enabled LSMs. Future patches will use this to continue the > conversion towards the lsm_prop struct. >

[RFC PATCH 29/29] lsm: add support for counting lsm_prop support among LSMs

2025-04-09 Thread Paul Moore
Add two new variables, lsm_count_prop_subj and lsm_count_prop_obj, to count the number of lsm_prop entries for subjects and objects across all of the enabled LSMs. Future patches will use this to continue the conversion towards the lsm_prop struct. Signed-off-by: Paul Moore --- include/linux/ls