- Apr 06, 2017
-
-
Sandeep Patil authored
am: 6c1362b2 Change-Id: Id4a437ec7acbf362cd82690fe0d850dd0951c104
-
Sandeep Patil authored
am: c98b275e Change-Id: I424909584152898fa81d8eacf664db851f47e37c
-
Sandeep Patil authored
am: d4a96aac Change-Id: I89f24a3ba1ca855aba0731f8320aeac93e7bcb66
-
Sandeep Patil authored
am: ec5e26e4 Change-Id: Ie791b20d2ae2e2690846f18fa0bc74926990bdbc
-
Sandeep Patil authored
am: f79d1904 Change-Id: I7bda1cd1af603adc5fbf142c66bdf5b6b146ad7f
-
Sandeep Patil authored
am: df679fdb Change-Id: I4f0d343f42d8bc5c97b2a7c129c63c8e7c50cd3d
-
Sandeep Patil authored
am: 9075699a Change-Id: If3e3e246b7ef5ed0142bc7b180d4d7cfb559ea03
-
Sandeep Patil authored
am: 1b5f81a2 Change-Id: Ic9e87837f68ac31cfedd735bd20a44cdf029c79e
-
Dan Cashman authored
am: c01e5a13 Change-Id: I700030a34443305af955a6153921447024a90d4f
-
Dan Cashman authored
am: 38416182 Change-Id: I9e08b187ccad4f4263de54aae1248b1691aa7d08
-
TreeHugger Robot authored
-
Martijn Coenen authored
am: 3dca6eb2 Change-Id: I84eb61aad4ac9a27fd804abaae3830c6a8ced97b
-
Martijn Coenen authored
am: 133a9c41 Change-Id: I2991bcea9893c2b9cd2b320e4ef1b071126f133e
-
Sandeep Patil authored
All accesses to /vendor/app within platform include permissions to read symlinks in the location. This rule is redundant now. Bug: 36806861 Test: Boot sailfish and find no denials for 'vendor_app_file' Change-Id: Ic17a67521cff6717d83b78bb4ad8e21e772f6d4f Signed-off-by:
Sandeep Patil <sspatil@google.com>
-
Sandeep Patil authored
/vendor/framework is now designated location for vendor's platform libraries. The directory is thus only made available for 'dex2oat' coredomain. Bug: 36680116 Test: Boot sailfish & angler and launch gApps, dialer w/ no denials for 'vendor_framework_file' Change-Id: I24c2ec30f836330005a972ae20d839bef9dcb8aa Signed-off-by:
Sandeep Patil <sspatil@google.com>
-
Sandeep Patil authored
The change makes 'vendor_overlay_file' accessible only to few platform domains like idmap, system_server, zygote and appdomain. The overlay files contains RROs (runtime resource overlays) Bug: 36681210 Test: Boot sailfish (treble device) from wiped flashall Test: Connect to wifi and launch chrome to load few websites. Test: Launch camera and record + playback video Change-Id: I3596ca89ad51d0e7d78c75121f22ea71209ee332 Signed-off-by:
Sandeep Patil <sspatil@google.com>
-
Sandeep Patil authored
The change makes 'vendor_app_file' accessible only to few platform domains like dex2oat, idmap, installd, system_server and appdomain. Bug: 36681210 Test: Boot sailfish (treble device) from wiped flashall Test: Connect to wifi and launch chrome to load few websites. Test: Launch camera and record + playback video Change-Id: Ib8757fedbf2e19c8381c8cd0f8f2693b2345534b Signed-off-by:
Sandeep Patil <sspatil@google.com>
-
Mark Salyzyn authored
am: 9c6a2447 Change-Id: I18cf57e51df23efe6be2bcedcc46437bda2f77ed
-
Dan Cashman authored
am: bc9e17bb Change-Id: I4a5643d0725b76afeb191ba121556a1e95fc3771
-
Martijn Coenen authored
-
Mark Salyzyn authored
am: dd9ba982 Change-Id: I5f0a5d7e8dd238f2f105bfac101897c1fda7aa44
-
Mark Salyzyn authored
-
Dan Cashman authored
am: a902511f Change-Id: Idb05d766da22a1f52252e27f632af49928779987
-
TreeHugger Robot authored
-
Ningyuan Wang authored
am: 84674b7e Change-Id: I17c3df373607889b0ce1fa9cbda16346298e3ca9
-
Martijn Coenen authored
Bug: 34454312 Bug: 36052864 Test: device boots, works Change-Id: If61d9b736a74c5944cef4449de4dfbaf78d9ccfa
-
Ningyuan Wang authored
am: 705a3d0b Change-Id: I3b934fc0fb674051c8227b2a6f405e454ff9fa42
-
Ningyuan Wang authored
-
Dan Cashman authored
This is a necessary first step to finalizing the SELinux policy build process. The mapping_sepolicy.cil file is required to provide backward compatibility with the indicated vendor-targeted version. This still needs to be extended to provide N mapping files and corresponding SHA256 outputs, one for each of the N previous platform versions with which we're backward-compatible. Bug: 36783775 Test: boot device with matching sha256 and non-matching and verify that device boots and uses either precompiled or compiled policy as needed. Also verify that mapping_sepolicy.cil has moved. Change-Id: I5692fb87c7ec0f3ae9ca611f76847ccff9182375
-
Dan Cashman authored
sepolicy-analyze allows users to see all types that have a given attribute, but not the reverse case: all attributes of a given type. Add a '--reverse' option which enables this, but keeps the previous interface. Usage: sepolicy-analyze sepolicy attribute -r init Bug: 36508258 Test: Build and run against current policy. (cherry picked from commit d444ebed) Change-Id: I9813ebf61d50fb5abbc8e52be4cf62751979bbd4
-
Mark Salyzyn authored
logcatd is the same as logcat, except that the -L flag, if supplied, runs once, then the command re-runs itself without the -L flag with the same argument set. By introducing a logcatd daemon executable we can solve the problem of the longish reads from pstore that sometimes occur when the system is excessively busy spinning in a foreground task starving this daemon as we absorb the delay in an init service, rather than in an init exec. This would not have been efficiently possible without the introduction of liblogcat. Test: gTest logcat-unit-tests Test: Manual check logpersist operations Bug: 28788401 Bug: 30041146 Bug: 30612424 Bug: 35326290 Change-Id: I3454bad666c66663f59ae03bcd72e0fe8426bb0a
-
Alex Klyubin authored
am: ec9209be Change-Id: I4162ad407b058de775089b003f6a9227db379154
-
Alex Klyubin authored
am: 7c3dbfeb Change-Id: I5480d47059b876ceffdf029ea14f6480516b43ef
-
Alex Klyubin authored
-
Alex Klyubin authored
am: 0f7e68bf Change-Id: I9120edc34036ab7f347d0ae27d99dc62aebab5c5
-
Alex Klyubin authored
am: cfcffa9a Change-Id: I5979d4ea8a54944a7762cee2db04a078d0bd66bd
-
TreeHugger Robot authored
-
Sandeep Patil authored
am: 6d2e29c1 Change-Id: I130f42e045695b3c08d25f4ba287a35c4687d8c1
-
Andreas Gampe authored
am: ea26683e -s ours Change-Id: Id2a557022bfee400839784f2ae8623cea53fced9
-
Sandeep Patil authored
am: 37792cec Change-Id: I469f6de852f10515148ef824c85ff2febf31322e
-