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 00:47:07 +0000 (19:47 -0500)
commit70914ce98ff1774adc0ad822fb4d6fb18a399941
tree12210e11d7e58d306bcb7a86f9609418848d8db4
parenteb6e0d4a9867ea551ed5527dcfb51fde958f972a
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