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>
Tue, 11 Nov 2014 01:42:54 +0000 (20:42 -0500)
commit71ddfa64104c1a0e591e5926cc262a991d9ac2c0
tree5ff2fb51481a5455a70b438b6b38729f250c6b5d
parent0d19738e6042a53949ec3def7039e850b782918d
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