summaryrefslogtreecommitdiffstats
path: root/init/readme.txt
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-06-02 11:11:02 -0700
committerMark Salyzyn <salyzyn@google.com>2015-06-02 15:17:52 -0700
commit17fff893c04971b519d25d52b07f51111353cba5 (patch)
treebcd727357959e02a0e4e97af7edf385265bdaa8e /init/readme.txt
parent3ef730c57f88ac24b0d6b021e43fc344d602fe36 (diff)
downloadcore-17fff893c04971b519d25d52b07f51111353cba5.tar.gz
core-17fff893c04971b519d25d52b07f51111353cba5.tar.bz2
core-17fff893c04971b519d25d52b07f51111353cba5.zip
init: change exec parsing to make SECLABEL optional
Allow SECLABEL to be - to denote default Change-Id: I58cdc6c805dc6e50dc42b7e13e72d0eaf4864f11
Diffstat (limited to 'init/readme.txt')
-rw-r--r--init/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/readme.txt b/init/readme.txt
index 6b9c42d3f..c2130416d 100644
--- a/init/readme.txt
+++ b/init/readme.txt
@@ -180,7 +180,7 @@ exec [ <seclabel> [ <user> [ <group> ]* ] ] -- <command> [ <argument> ]*
Fork and execute command with the given arguments. The command starts
after "--" so that an optional security context, user, and supplementary
groups can be provided. No other commands will be run until this one
- finishes.
+ finishes. <seclabel> can be a - to denote default.
export <name> <value>
Set the environment variable <name> equal to <value> in the