aboutsummaryrefslogtreecommitdiff
path: root/src/devices/tech/security/enhancements43.jd
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/tech/security/enhancements43.jd')
-rw-r--r--src/devices/tech/security/enhancements43.jd12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/devices/tech/security/enhancements43.jd b/src/devices/tech/security/enhancements43.jd
index 4ecae12b..277e010a 100644
--- a/src/devices/tech/security/enhancements43.jd
+++ b/src/devices/tech/security/enhancements43.jd
@@ -9,11 +9,13 @@ in Android 4.3:
<ul>
<li><strong>Android sandbox reinforced with SELinux.</strong>
- Android now uses SELinux,
- a mandatory access control (MAC) system in the Linux kernel originally
- designed for government security, to augment the UID based Application
- sandbox. This protects the operating system against potential security
- vulnerabilities.</li>
+ This release strengthens the Android sandbox using the SELinux
+ mandatory access control system (MAC) in the Linux kernel. SELinux
+ reinforcement is invisible to users and developers, and adds robustness
+ to the existing Android security model while maintaining compatibility
+ with existing applications. To ensure continued compatibility this release
+ allows the use of SELinux in a permissive mode. This mode logs any policy
+ violations, but will not break applications or affect system behavior.</li>
<li><strong>No setuid/setgid programs.</strong>
Added support for filesystem capabilities