Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ace4eb33 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android (Google) Code Review
Browse files

Merge "system_server: remove CAP_SYS_MODULE" into main

parents 55bd7a2b 915b8c2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -697,7 +697,6 @@ public class ZygoteInit {
                (1L << OsConstants.CAP_NET_BIND_SERVICE) |
                (1L << OsConstants.CAP_NET_BROADCAST) |
                (1L << OsConstants.CAP_NET_RAW) |
                (1L << OsConstants.CAP_SYS_MODULE) |
                (1L << OsConstants.CAP_SYS_NICE) |
                (1L << OsConstants.CAP_SYS_PTRACE) |
                (1L << OsConstants.CAP_SYS_TIME) |