Re: [PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

2015-01-14 Thread Paul Moore
On Tuesday, January 13, 2015 02:33:18 PM Mark Salyzyn wrote: > - add "pstore" and "debugfs" to list of in-core exceptions > - change fstype checks to boolean equation > - change from strncmp to strcmp for checking > > Signed-off-by: Mark Salyzyn > --- > security/selinux/hooks.c | 25

Re: [PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

2015-01-14 Thread Stephen Smalley
On Tue, Jan 13, 2015 at 5:33 PM, Mark Salyzyn wrote: > - add "pstore" and "debugfs" to list of in-core exceptions > - change fstype checks to boolean equation > - change from strncmp to strcmp for checking > > Signed-off-by: Mark Salyzyn Acked-by: Stephen Smalley > --- >

Re: [PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

2015-01-14 Thread Paul Moore
On Tuesday, January 13, 2015 02:33:18 PM Mark Salyzyn wrote: - add pstore and debugfs to list of in-core exceptions - change fstype checks to boolean equation - change from strncmp to strcmp for checking Signed-off-by: Mark Salyzyn saly...@android.com --- security/selinux/hooks.c | 25

Re: [PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

2015-01-14 Thread Stephen Smalley
On Tue, Jan 13, 2015 at 5:33 PM, Mark Salyzyn saly...@android.com wrote: - add pstore and debugfs to list of in-core exceptions - change fstype checks to boolean equation - change from strncmp to strcmp for checking Signed-off-by: Mark Salyzyn saly...@android.com Acked-by: Stephen Smalley

[PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

2015-01-13 Thread Mark Salyzyn
- add "pstore" and "debugfs" to list of in-core exceptions - change fstype checks to boolean equation - change from strncmp to strcmp for checking Signed-off-by: Mark Salyzyn --- security/selinux/hooks.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff

[PATCH 5/5] pstore: selinux: add security in-core xattr support for pstore and debugfs

2015-01-13 Thread Mark Salyzyn
- add pstore and debugfs to list of in-core exceptions - change fstype checks to boolean equation - change from strncmp to strcmp for checking Signed-off-by: Mark Salyzyn saly...@android.com --- security/selinux/hooks.c | 25 - 1 file changed, 8 insertions(+), 17