diff options
author | Nick Kralevich <nnk@google.com> | 2015-04-24 16:55:16 +0000 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2015-04-24 16:55:16 +0000 |
commit | b862bd00a4192d48c3ae82156d8c35b32283e9e4 (patch) | |
tree | b50813183473d929b7dea66ac26243b10d879c72 /init/readme.txt | |
parent | 7b15ac99f3bfef33c82ea109487c99a77b41ebfb (diff) | |
download | core-b862bd00a4192d48c3ae82156d8c35b32283e9e4.tar.gz core-b862bd00a4192d48c3ae82156d8c35b32283e9e4.tar.bz2 core-b862bd00a4192d48c3ae82156d8c35b32283e9e4.zip |
Revert "Remove now-unusable 'setcon' command."
Temporarily revert because device isn't booting.
This reverts commit 7b15ac99f3bfef33c82ea109487c99a77b41ebfb.
Change-Id: Ice986bac62e20c70f7bedf1744a617b97392ae8c
Diffstat (limited to 'init/readme.txt')
-rw-r--r-- | init/readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/init/readme.txt b/init/readme.txt index 6b9c42d3f..84afd11d8 100644 --- a/init/readme.txt +++ b/init/readme.txt @@ -252,6 +252,11 @@ rm <path> rmdir <path> Calls rmdir(2) on the given path. +setcon <seclabel> + Set the current process security context to the specified string. + This is typically only used from early-init to set the init context + before any other process is started. + setprop <name> <value> Set system property <name> to <value>. Properties are expanded within <value>. |