summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-02-03 11:14:48 -0500
committerWilliam Roberts <bill.c.roberts@gmail.com>2012-07-20 15:41:29 -0700
commitb4e84f34e095ad423b854f66f75aeb36514d49f0 (patch)
tree970c4f2b30d1e2dbb8dbbde6cd1a607ed85a9682 /res/xml
parent9ad4a89877363a6f1128b258f6535b29d2f778e2 (diff)
downloadpackages_apps_Settings-b4e84f34e095ad423b854f66f75aeb36514d49f0.zip
packages_apps_Settings-b4e84f34e095ad423b854f66f75aeb36514d49f0.tar.gz
packages_apps_Settings-b4e84f34e095ad423b854f66f75aeb36514d49f0.tar.bz2
Add support for SE Android to the Settings app.
Display SELinux status (disabled, permissive, enforcing) under About phone. Change-Id: I69529fb7a3adfe31eccb16d79740fc4952ff5e68
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/device_info_settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml
index 93347c6..3121867 100644
--- a/res/xml/device_info_settings.xml
+++ b/res/xml/device_info_settings.xml
@@ -119,4 +119,10 @@
android:title="@string/build_number"
android:summary="@string/device_info_default"/>
+ <!-- SELinux status information -->
+ <Preference android:key="selinux_status"
+ style="?android:preferenceInformationStyle"
+ android:title="@string/selinux_status"
+ android:summary="@string/selinux_status_enforcing"/>
+
</PreferenceScreen>