diff options
author | Stephen Smalley <sds@tycho.nsa.gov> | 2013-04-12 14:45:53 -0400 |
---|---|---|
committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-04-12 14:45:53 -0400 |
commit | 507bf840e91c141f53040cd0963ccceee3cf2ea6 (patch) | |
tree | b3b7f57d7e53d84429fb4e8290c0fa26e2f98ae7 /dalvik | |
parent | 8ce8f43778da295855bb1718b545f0b382d5ba12 (diff) | |
download | libcore-507bf840e91c141f53040cd0963ccceee3cf2ea6.zip libcore-507bf840e91c141f53040cd0963ccceee3cf2ea6.tar.gz libcore-507bf840e91c141f53040cd0963ccceee3cf2ea6.tar.bz2 |
Replace SEAndroid with SELinux.
Change-Id: I59183e966c79c2ba879151c3ac14ff0a86c74c86
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'dalvik')
-rw-r--r-- | dalvik/src/main/java/dalvik/system/Zygote.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dalvik/src/main/java/dalvik/system/Zygote.java b/dalvik/src/main/java/dalvik/system/Zygote.java index 9e96204..ea9dbdc 100644 --- a/dalvik/src/main/java/dalvik/system/Zygote.java +++ b/dalvik/src/main/java/dalvik/system/Zygote.java @@ -119,7 +119,7 @@ public class Zygote { * dimension having a length of 3 and representing * (resource, rlim_cur, rlim_max). These are set via the posix * setrlimit(2) call. - * @param seInfo null-ok a string specifying SEAndroid information for + * @param seInfo null-ok a string specifying SELinux information for * the new process. * @param niceName null-ok a string specifying the process name. * |