From: Eric Paris Date: Tue, 20 Apr 2010 14:20:54 +0000 (-0400) Subject: ima: handle multiple rules per write X-Git-Tag: v2.6.35-rc1~488^2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ccd045630054c99ba1bb35673db12cfcf1eea58;p=pandora-kernel.git ima: handle multiple rules per write Currently IMA will only accept one rule per write(). This patch allows IMA to accept writes which contain multiple rules but only processes one rule per write. \n is used as the delimiter between rules. IMA will return a short write indicating that it only accepted up to the first \n. This allows simple userspace utilities like cat to be used to load an IMA policy instead of needing a special userspace utility that understood 'one write per rule' Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: James Morris --- Reading git-diff-tree failed