public inbox for linux-audit@redhat.com
 help / color / mirror / Atom feed
* [PATCH 0/2] security/smack implement logging V3
@ 2009-04-08 18:39 Etienne Basset
  2009-04-13 23:07 ` James Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Etienne Basset @ 2009-04-08 18:39 UTC (permalink / raw)
  To: Casey Schaufler, LSM; +Cc: Eric Paris, linux-audit

Hello,

the following 2 patches implements auditing of security events for Smack.

patch 1 : created common LSM auditing code 
patch 2 : convert smack to use it

Changes since V2 :
- don't make Smack depend on AUDIT
I tried to make it zero overhead in the !CONFIG_AUDIT case,
without making the code too ugly (??). I hope i didn't mess it too much
- makes everything a key=value pair
- various other cleanup suggested by Eric and Casey 

Change since V1 :
moves shareable code to include/linux/lsm_audit.h and security/lsm_audit.c.
Smack specific logging functions are now defined in smack_access.c


sample logs produced :
type=1400 audit(1239127887.607:13): lsm=SMACK fn=smack_sb_mount action=denied subject="FOO" object="_" requested=w pid=6693 comm="mount" path="/debug" dev=sda5 ino=16161
type=1400 audit(1239127890.267:14): lsm=SMACK fn=smack_ptrace_may_access action=denied subject="FOO" object="_" requested=rw pid=6696 comm="ps" pid=6380 comm="bash"
type=1400 audit(1239127895.051:20): lsm=SMACK fn=smack_task_kill action=denied subject="FOO" object="_" requested=w pid=6646 comm="bash" pid=6606 comm="thunderbird-bin"
type=1400 audit(1239127908.555:21): lsm=SMACK fn=smack_inode_getattr action=denied subject="FOO" object="etienne" requested=r pid=6646 comm="bash" path="/home/etienne/Desktop" dev=sda8 ino=1237000
type=1400 audit(1239127909.223:22): lsm=SMACK fn=smack_inode_permission action=denied subject="FOO" object="_" requested=wx pid=6699 comm="rm" name="etienne" dev=sda8 ino=1236993
type=1400 audit(1239128125.263:24): lsm=SMACK fn=smack_netlabel_send action=denied subject="FOO" object="BAR" requested=w pid=6757 comm="telnet" daddr=212.180.1.1 dest=80




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

end of thread, other threads:[~2009-04-13 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-08 18:39 [PATCH 0/2] security/smack implement logging V3 Etienne Basset
2009-04-13 23:07 ` James Morris

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