diff options
author | Kenny Root <kroot@google.com> | 2012-10-16 23:07:05 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2012-10-16 23:18:18 -0700 |
commit | b5982bf7c65b30be981ecfe1847437b05e32b2bb (patch) | |
tree | 419373dc3eb0045ca112fa45e1fa25ffa0166ea6 /init/init.h | |
parent | 44f4f8a4d2bef6e9fc37cd50076295102b38828a (diff) | |
download | core-b5982bf7c65b30be981ecfe1847437b05e32b2bb.tar.gz core-b5982bf7c65b30be981ecfe1847437b05e32b2bb.tar.bz2 core-b5982bf7c65b30be981ecfe1847437b05e32b2bb.zip |
Remove HAVE_SELINUX guards
Change-Id: I8272c573b3c5dc663203bafab68fad5e94d89364
Diffstat (limited to 'init/init.h')
-rw-r--r-- | init/init.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init/init.h b/init/init.h index b7e06c93e..955e1f046 100644 --- a/init/init.h +++ b/init/init.h @@ -95,9 +95,7 @@ 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; @@ -136,10 +134,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; extern struct selabel_handle *sehandle_prop; extern int selinux_reload_policy(void); -#endif #endif /* _INIT_INIT_H */ |