From 2395fa7d35ac79bebd41fca4bb5a8b6ea9a09a59 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 30 Jan 2007 06:50:37 +0000 Subject: [PATCH] - Update notes. --- kernel-patches/for-mainline/notes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel-patches/for-mainline/notes.txt b/kernel-patches/for-mainline/notes.txt index ecc5636f9..e317b8eeb 100644 --- a/kernel-patches/for-mainline/notes.txt +++ b/kernel-patches/for-mainline/notes.txt @@ -8,5 +8,7 @@ inode_setattr hook * AppArmor should check for ATTR_FORCE in its inode_setattr hook, and should not log or deny ATTR_FORCE setattrs. SELinux does - that already as well. + that already as well. (For private inodes, the security_* + functions already skip the lsm hooks though, so this may be + unnecessary.)