summaryrefslogtreecommitdiffstats
path: root/init/init.h
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-10-16 23:07:05 -0700
committerKenny Root <kroot@google.com>2012-10-16 23:18:18 -0700
commitb5982bf7c65b30be981ecfe1847437b05e32b2bb (patch)
tree419373dc3eb0045ca112fa45e1fa25ffa0166ea6 /init/init.h
parent44f4f8a4d2bef6e9fc37cd50076295102b38828a (diff)
downloadsystem_core-b5982bf7c65b30be981ecfe1847437b05e32b2bb.tar.gz
system_core-b5982bf7c65b30be981ecfe1847437b05e32b2bb.tar.bz2
system_core-b5982bf7c65b30be981ecfe1847437b05e32b2bb.zip
Remove HAVE_SELINUX guards
Change-Id: I8272c573b3c5dc663203bafab68fad5e94d89364
Diffstat (limited to 'init/init.h')
-rw-r--r--init/init.h4
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 */