Re: [PATCH] selinux: add selinux_status_get_seq() function

2017-04-12 Thread Stephen Smalley
On Wed, 2017-04-12 at 18:12 +0900, Sebastien Buisson wrote: > Add selinux_status_get_seq() function to give access to sequence > number of current SELinux policy loaded to the rest of the kernel. > > Signed-off-by: Sebastien Buisson > --- >  include/linux/selinux.h  |  7

Re: [PATCH] selinux: add selinux_status_get_seq() function

2017-04-12 Thread Stephen Smalley
On Wed, 2017-04-12 at 18:12 +0900, Sebastien Buisson wrote: > Add selinux_status_get_seq() function to give access to sequence > number of current SELinux policy loaded to the rest of the kernel. > > Signed-off-by: Sebastien Buisson > --- >  include/linux/selinux.h  |  7 +++ >  

Re: [PATCH] selinux: add selinux_status_get_seq() function

2017-04-12 Thread Paul Moore
On Wed, Apr 12, 2017 at 5:12 AM, Sebastien Buisson wrote: > Add selinux_status_get_seq() function to give access to sequence > number of current SELinux policy loaded to the rest of the kernel. > > Signed-off-by: Sebastien Buisson > --- >

Re: [PATCH] selinux: add selinux_status_get_seq() function

2017-04-12 Thread Paul Moore
On Wed, Apr 12, 2017 at 5:12 AM, Sebastien Buisson wrote: > Add selinux_status_get_seq() function to give access to sequence > number of current SELinux policy loaded to the rest of the kernel. > > Signed-off-by: Sebastien Buisson > --- > include/linux/selinux.h | 7 +++ >

[PATCH] selinux: add selinux_status_get_seq() function

2017-04-12 Thread Sebastien Buisson
Add selinux_status_get_seq() function to give access to sequence number of current SELinux policy loaded to the rest of the kernel. Signed-off-by: Sebastien Buisson --- include/linux/selinux.h | 7 +++ security/selinux/ss/status.c | 21 + 2 files

[PATCH] selinux: add selinux_status_get_seq() function

2017-04-12 Thread Sebastien Buisson
Add selinux_status_get_seq() function to give access to sequence number of current SELinux policy loaded to the rest of the kernel. Signed-off-by: Sebastien Buisson --- include/linux/selinux.h | 7 +++ security/selinux/ss/status.c | 21 + 2 files changed, 28