public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Proposed changes to ptrace in smack
@ 2014-03-11 16:07 Lukasz Pawelczyk
  2014-03-11 16:07 ` [PATCH 1/3] Smack: fix the subject/object order in smack_ptrace_traceme() Lukasz Pawelczyk
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lukasz Pawelczyk @ 2014-03-11 16:07 UTC (permalink / raw)
  To: Casey Schaufler, James Morris, linux-security-module,
	linux-kernel
  Cc: r.krypa, t.swierczek, Lukasz Pawelczyk

This is a follow up of an e-mail discussion you had with Rafal Krypa on
December.  This patch set implements "ptrace" smackfs interface, like
you proposed, for tuning of Smack behavior for ptrace. It also fixes
some issues around ptrace in Smack that were found in the process.

Lukasz Pawelczyk (3):
  Smack: fix the subject/object order in smack_ptrace_traceme()
  Smack: unify all ptrace accesses in the smack
  Smack: adds smackfs/ptrace interface

 Documentation/security/Smack.txt |  10 ++++
 security/smack/smack.h           |  10 ++++
 security/smack/smack_access.c    |  38 +++++++++++---
 security/smack/smack_lsm.c       | 106 +++++++++++++++++++++++++++++++++------
 security/smack/smackfs.c         |  74 +++++++++++++++++++++++++++
 5 files changed, 216 insertions(+), 22 deletions(-)

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-11 21:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11 16:07 [PATCH 0/3] Proposed changes to ptrace in smack Lukasz Pawelczyk
2014-03-11 16:07 ` [PATCH 1/3] Smack: fix the subject/object order in smack_ptrace_traceme() Lukasz Pawelczyk
2014-04-11 21:50   ` Casey Schaufler
2014-03-11 16:07 ` [PATCH 2/3] Smack: unify all ptrace accesses in the smack Lukasz Pawelczyk
2014-04-11 21:51   ` Casey Schaufler
2014-03-11 16:07 ` [PATCH 3/3] Smack: adds smackfs/ptrace interface Lukasz Pawelczyk
2014-04-11 21:50   ` Casey Schaufler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox