Re: [PATCH 1/3] securityfs: add the ability to support symlinks

2017-05-24 Thread Kees Cook
On Wed, May 10, 2017 at 7:46 PM, John Johansen wrote: > Signed-off-by: John Johansen > Reviewed-by: Seth Arnold This looks correct to me; it matches what other pseudo-filesystems do, and provides the expected

Re: [PATCH 1/3] securityfs: add the ability to support symlinks

2017-05-24 Thread Kees Cook
On Wed, May 10, 2017 at 7:46 PM, John Johansen wrote: > Signed-off-by: John Johansen > Reviewed-by: Seth Arnold This looks correct to me; it matches what other pseudo-filesystems do, and provides the expected interfaces. Acked-by: Kees Cook -Kees > --- > include/linux/security.h | 12

[PATCH 1/3] securityfs: add the ability to support symlinks

2017-05-10 Thread John Johansen
Signed-off-by: John Johansen Reviewed-by: Seth Arnold --- include/linux/security.h | 12 security/inode.c | 140 +-- 2 files changed, 134 insertions(+), 18 deletions(-) diff --git

[PATCH 1/3] securityfs: add the ability to support symlinks

2017-05-10 Thread John Johansen
Signed-off-by: John Johansen Reviewed-by: Seth Arnold --- include/linux/security.h | 12 security/inode.c | 140 +-- 2 files changed, 134 insertions(+), 18 deletions(-) diff --git a/include/linux/security.h b/include/linux/security.h