Skip to content
Snippets Groups Projects
Commit f9a07bd5 authored by Scott Lobdell's avatar Scott Lobdell
Browse files

Merge QP1A.190620.001

Change-Id: I79fe2d9a7aa721210baa369e8e6a61629fd9a096
parents 64eaa4e3 5f215272
No related branches found
No related tags found
No related merge requests found
service bpfloader /system/bin/bpfloader
class main
capabilities SYS_ADMIN
# Set RLIMIT_MEMLOCK to 8MB for bpfloader
rlimit memlock 8388608 8388608
# Set RLIMIT_MEMLOCK to 64MB for bpfloader
# Actually only 8MB is needed, but since bpfloader runs as root, it shares
# the global rlimit. Once bpfloader is running as its own user in the
# future, it will have dedicated rlimit to itself and this can be 8MB.
rlimit memlock 67108864 67108864
oneshot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment