Security/VFS: re-export security_inode_permission symbol
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 03:16:46 +0000 (22:16 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 23 Nov 2013 01:08:43 +0000 (20:08 -0500)
commit07c56e993f287fc17cc843fc51c041db9d0add44
treeadecd3c9e61ef83a12989b6e66bb495a6ba4a285
parent8f05ec77c82d2b19528cc117f94eb4ad6ff09b5a
Security/VFS: re-export security_inode_permission symbol

Unionfs needs it because it has to do everything in there, but skip the
EROFS test (so copyup can be triggered).  There's no easy way to execute
parts of security_inode_permission() without copying  and duplicating much
of its functionality, so exporting the symbol seems the simplest.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
security/security.c