diff options
| author | Jean-Baptiste Queru <jbq@google.com> | 2012-02-24 11:15:22 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-02-24 11:15:22 -0800 |
| commit | 3b04bde991d57765a830e06c6f5bb094722583bd (patch) | |
| tree | cb17f9dd95bca7ef3abb9b9eb4eaff1eeb025d0a /init/init.h | |
| parent | 4802f78191f0056e184f0c62ffa682866e86decb (diff) | |
| parent | ee79b455a904558f74d63a99ade8f3f1197a5de5 (diff) | |
| download | system_core-3b04bde991d57765a830e06c6f5bb094722583bd.tar.gz system_core-3b04bde991d57765a830e06c6f5bb094722583bd.tar.bz2 system_core-3b04bde991d57765a830e06c6f5bb094722583bd.zip | |
am ee79b455: am 93553073: Merge "Extend init and ueventd for SE Android."
* commit 'ee79b455a904558f74d63a99ade8f3f1197a5de5':
Extend init and ueventd for SE Android.
Diffstat (limited to 'init/init.h')
| -rw-r--r-- | init/init.h | 8 |
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 */ |
