Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1684975
| From | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v10 0/3] mm: security: ro protection for dynamic data |
| Date | 2017-07-11 13:20 +0200 |
| Message-ID | <u21mV-1BA-3@gated-at.bofh.it> (permalink) |
| References | <u1ItY-6DH-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Igor Stoppa wrote: > - I had to rebase Tetsuo Handa's patch because it didn't apply cleanly > anymore, I would appreciate an ACK to that or a revised patch, whatever > comes easier. Since we are getting several proposals of changing LSM hooks and both your proposal and Casey's "LSM: Security module blob management" proposal touch same files, I think we can break these changes into small pieces so that both you and Casey can make future versions smaller. If nobody has objections about direction of Igor's proposal and Casey's proposal, I think merging only "[PATCH 2/3] LSM: Convert security_hook_heads into explicit array of struct list_head" from Igor's proposal and ->security accessor wrappers (e.g. #define selinux_security(obj) (obj->security) #define smack_security(obj) (obj->security) #define tomoyo_security(obj) (obj->security) #define apparmor_security(obj) (obj->security) ) from Casey's proposal now helps solving deadlocked situation.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v10 0/3] mm: security: ro protection for dynamic data Igor Stoppa <igor.stoppa@huawei.com> - 2017-07-10 17:10 +0200
[PATCH 2/3] LSM: Convert security_hook_heads into explicit array of struct list_head Igor Stoppa <igor.stoppa@huawei.com> - 2017-07-10 17:10 +0200
Re: [PATCH v10 0/3] mm: security: ro protection for dynamic data Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> - 2017-07-11 13:20 +0200
Re: [PATCH v10 0/3] mm: security: ro protection for dynamic data Igor Stoppa <igor.stoppa@huawei.com> - 2017-07-11 13:50 +0200
csiph-web