aboutsummaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-02-24 11:11:48 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-24 11:11:48 -0800
commitee79b455a904558f74d63a99ade8f3f1197a5de5 (patch)
treecb17f9dd95bca7ef3abb9b9eb4eaff1eeb025d0a /init/init.h
parentaee9fc1e4a44004a2d0b76dcf4f33cb544d29189 (diff)
parent935530736d6849c37c0e5c5e01b7e02245481f16 (diff)
downloadsystem_core-ee79b455a904558f74d63a99ade8f3f1197a5de5.tar.gz
system_core-ee79b455a904558f74d63a99ade8f3f1197a5de5.tar.bz2
system_core-ee79b455a904558f74d63a99ade8f3f1197a5de5.zip
am 93553073: Merge "Extend init and ueventd for SE Android."
* commit '935530736d6849c37c0e5c5e01b7e02245481f16': Extend init and ueventd for SE Android.
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/init.h b/init/init.h
index a91d9d4b..58bbbfe9 100644
--- a/init/init.h
+++ b/init/init.h
@@ -95,6 +95,10 @@ struct service {
gid_t supp_gids[NR_SVC_SUPP_GIDS];
size_t nr_supp_gids;
+#ifdef HAVE_SELINUX
+ char *seclabel;
+#endif
+
struct socketinfo *sockets;
struct svcenvinfo *envvars;
@@ -132,4 +136,8 @@ void property_changed(const char *name, const char *value);
int load_565rle_image( char *file_name );
+#ifdef HAVE_SELINUX
+extern struct selabel_handle *sehandle;
+#endif
+
#endif /* _INIT_INIT_H */