summaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorrpcraig <rpcraig@tycho.ncsc.mil>2012-08-09 10:05:49 -0400
committerrpcraig <rpcraig@tycho.ncsc.mil>2012-08-09 10:05:49 -0400
commit63207cd20f2156bec937a85e789f07de0d1afa9d (patch)
tree68ca092be7bc3cd95fbf5a4cf1bb12a8c01e70ae /init/init.h
parentae6f3d7c05070f7e0e56fe0056c8923c6ee2f473 (diff)
downloadsystem_core-63207cd20f2156bec937a85e789f07de0d1afa9d.zip
system_core-63207cd20f2156bec937a85e789f07de0d1afa9d.tar.gz
system_core-63207cd20f2156bec937a85e789f07de0d1afa9d.tar.bz2
Implement SELinux/MAC checks for property service.
This is a set of changes to the init property service implementation to apply a SELinux check over who can change what properties. Also included control hooks for the 'ctl' keys. Change-Id: I5a18809bf5536f6459a36b6bf0d622b9f5061aa0 Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/init.h b/init/init.h
index e2d990e..b7e06c9 100644
--- a/init/init.h
+++ b/init/init.h
@@ -138,6 +138,7 @@ int load_565rle_image( char *file_name );
#ifdef HAVE_SELINUX
extern struct selabel_handle *sehandle;
+extern struct selabel_handle *sehandle_prop;
extern int selinux_reload_policy(void);
#endif