diff options
author | Elliott Hughes <enh@google.com> | 2015-04-23 20:54:46 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-23 20:54:46 -0700 |
commit | 7b15ac99f3bfef33c82ea109487c99a77b41ebfb (patch) | |
tree | 44c13a0e9fcd71cf81a95f41ff273cf421619f78 /init/init_parser.cpp | |
parent | 1a39a994d9c1d407fec17e0b9a00383d50c48085 (diff) |
Remove now-unusable 'setcon' command.
Bug: http://b/19702273
Change-Id: Icd340c80ba074476dcc63f1c1dd5c61a5c768893
Diffstat (limited to 'init/init_parser.cpp')
-rw-r--r-- | init/init_parser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init_parser.cpp b/init/init_parser.cpp index ff31093cb..b76b04ee5 100644 --- a/init/init_parser.cpp +++ b/init/init_parser.cpp @@ -184,7 +184,6 @@ static int lookup_keyword(const char *s) case 's': if (!strcmp(s, "eclabel")) return K_seclabel; if (!strcmp(s, "ervice")) return K_service; - if (!strcmp(s, "etcon")) return K_setcon; if (!strcmp(s, "etenv")) return K_setenv; if (!strcmp(s, "etprop")) return K_setprop; if (!strcmp(s, "etrlimit")) return K_setrlimit; |