All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ima: tar issues
@ 2016-03-15 13:43 Mimi Zohar
  2016-03-15 13:43 ` [PATCH v2 1/2] ima: fix ima_inode_post_setattr Mimi Zohar
  2016-03-15 13:43 ` [PATCH v2 2/2] ima: add support for creating files using the mknodat syscall Mimi Zohar
  0 siblings, 2 replies; 5+ messages in thread
From: Mimi Zohar @ 2016-03-15 13:43 UTC (permalink / raw)
  To: linux-security-module; +Cc: Mimi Zohar, linux-fsdevel

This patch set addresses a couple of problems with writing security.ima
xattrs from tar.  The first patch prevents file signatures stored in the
security.ima xattr from being replaced when the timestamp is updated.
The second patch identifies empty files created using mknodat as new, so
that the file can subsequently be opened in order to write the file
contents.

Mimi

Mimi Zohar (2):
  ima: fix ima_inode_post_setattr
  ima: add support for creating files using the mknodat syscall

 fs/namei.c                            |  2 ++
 include/linux/ima.h                   |  6 ++++++
 security/integrity/ima/ima_appraise.c |  7 ++++++-
 security/integrity/ima/ima_main.c     | 32 +++++++++++++++++++++++++++++++-
 security/integrity/integrity.h        |  1 +
 5 files changed, 46 insertions(+), 2 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2016-03-15 16:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 13:43 [PATCH v2 0/2] ima: tar issues Mimi Zohar
2016-03-15 13:43 ` [PATCH v2 1/2] ima: fix ima_inode_post_setattr Mimi Zohar
2016-03-15 13:43 ` [PATCH v2 2/2] ima: add support for creating files using the mknodat syscall Mimi Zohar
2016-03-15 14:36   ` Al Viro
2016-03-15 16:26     ` Mimi Zohar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.