commit | 59e9680825b6d07c2ce42a0bd70fa420b8d90acd | [log] [tgz] |
---|---|---|
author | Haiqing Jiang <hqjiang1988@gmail.com> | Fri Jul 27 15:16:56 2012 -0700 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Jul 30 08:26:47 2012 -0400 |
tree | a8ff9b336c62a1ca57b64e21f8d85a107c030db3 | |
parent | 1ce0fe382ab154425d17c07d2f72362bf9f97c0f [diff] |
socket permissions to untrusted_app
diff --git a/app.te b/app.te index be0983f..41866d9 100644 --- a/app.te +++ b/app.te
@@ -105,7 +105,7 @@ } # Bluetooth access. bool app_bluetooth false; -if (app_bluetooth) { +if (app_bluetooth or android_cts) { # No specific SELinux class for bluetooth sockets presently. allow untrusted_app self:socket *; }