-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: GrapheneOS/platform_system_core
base: 14
head repository: snowstamp/platform_system_core
compare: 14
- 15 commits
- 8 files changed
- 3 contributors
Commits on Jun 11, 2024
-
increase max_map_count for hardened malloc
Signed-off-by: anupritaisno1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f141ef6 - Browse repository at this point
Copy the full SHA f141ef6View commit details -
Signed-off-by: anupritaisno1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8c56ca - Browse repository at this point
Copy the full SHA f8c56caView commit details -
add properties for controlling deny_new_usb
Signed-off-by: anupritaisno1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86fa1d5 - Browse repository at this point
Copy the full SHA 86fa1d5View commit details -
enable kernel mitigations for link races
Signed-off-by: anupritaisno1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7d0e06 - Browse repository at this point
Copy the full SHA c7d0e06View commit details -
enable kernel mitigations for file spoofing
Signed-off-by: anupritaisno1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0bfc3f - Browse repository at this point
Copy the full SHA c0bfc3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc90e8b - Browse repository at this point
Copy the full SHA dc90e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e973c - Browse repository at this point
Copy the full SHA 19e973cView commit details -
make persist.adb.tls_server.enable system property non-persistent
persist.adb.tls_server.enable sysprop enables persistent network ADB, which severely weakens verified boot. Network ADB is disabled after each reboot by the system_server, but in a fragile way, see frameworks/base/services/core/java/com/android/server/adb/AdbService.java It's not clear whether this system_server behavior is intentional.
Configuration menu - View commit details
-
Copy full SHA for cbbe8d9 - Browse repository at this point
Copy the full SHA cbbe8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c7c4b4 - Browse repository at this point
Copy the full SHA 6c7c4b4View commit details -
don't auto-enable USB port during normal boot on Tensor Pixel devices
USB port is now enabled only after checking USB port security policy, which is done later in USB HAL and in system_server. Requires corresponding patches to tcpci_max77759 kernel module. This change doesn't apply to recovery and charger boot modes.
Configuration menu - View commit details
-
Copy full SHA for 704ce36 - Browse repository at this point
Copy the full SHA 704ce36View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a27c97c - Browse repository at this point
Copy the full SHA a27c97cView commit details -
enable deny_new_usb2 during normal boot before loading USB port driver
If needed, deny_new_usb2 gets disabled at a later stage by the USB HAL.
Configuration menu - View commit details
-
Copy full SHA for 2b1ae5a - Browse repository at this point
Copy the full SHA 2b1ae5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c744d67 - Browse repository at this point
Copy the full SHA c744d67View commit details
Commits on Jul 6, 2024
-
stop setting mmap_min_addr sysctl
This is now set to 65536 for 64-bit-only arm64 kernels and was already set to 65536 for x86_64.
Configuration menu - View commit details
-
Copy full SHA for 67f74e2 - Browse repository at this point
Copy the full SHA 67f74e2View commit details
Commits on Jul 11, 2024
-
Revert "stop setting mmap_min_addr sysctl"
This reverts commit 67f74e2.
Configuration menu - View commit details
-
Copy full SHA for 9371999 - Browse repository at this point
Copy the full SHA 9371999View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 14...14