IMA: remove read permissions on the ima policy file
authorEric Paris <eparis@redhat.com>
Tue, 12 May 2009 19:13:55 +0000 (15:13 -0400)
committerJames Morris <jmorris@namei.org>
Thu, 14 May 2009 23:55:41 +0000 (09:55 +1000)
The IMA policy file does not implement read.  Trying to just open/read/close
the file will load a blank policy and you cannot then change the policy
without a reboot.  This removes the read permission from the file so one must
at least be attempting to write...

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found