git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ea1b6
)
Smack: File receive audit correction
author
Casey Schaufler
<casey@schaufler-ca.com>
Tue, 31 Dec 2013 01:37:45 +0000
(17:37 -0800)
committer
Casey Schaufler
<casey@schaufler-ca.com>
Tue, 31 Dec 2013 21:35:27 +0000
(13:35 -0800)
Eric Paris politely points out:
Inside smack_file_receive() it seems like you are initting the audit
field with LSM_AUDIT_DATA_TASK. And then use
smk_ad_setfield_u_fs_path().
Seems like LSM_AUDIT_DATA_PATH would make more sense. (and depending
on how it's used fix a crash...)
He is correct. This puts things in order.
Targeted for git://git.gitorious.org/smack-next/kernel.git
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
security/smack/smack_lsm.c
patch
|
blob
|
history
diff --cc
security/smack/smack_lsm.c
Simple merge