2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +00:00

- Keep some notes here lest we forget.

This commit is contained in:
Andreas Gruenbacher
2007-01-29 18:34:22 +00:00
parent b1ac8dbc4b
commit ef69664264

View File

@@ -0,0 +1,12 @@
inode_setattr hook
==================
* Reiserfs uses private directories and files for storing xattrs.
It should set ATTR_FORCE when changing attributes on these
files and directories with notify_change(). This may save us
from constructing temporary struct path objects there.
* 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.