Merge "whitelist getrandom for arc4random usage"

gugelfrei
Treehugger Robot 7 years ago committed by Gerrit Code Review
commit 0d51135def

@ -52,6 +52,7 @@ sched_setscheduler: 1
fstatat64: 1
ugetrlimit: 1
getdents64: 1
getrandom: 1
# for attaching to debuggerd on process crash
sigaction: 1

@ -39,6 +39,7 @@ getgid32: 1
getegid32: 1
getgroups32: 1
nanosleep: 1
getrandom: 1
# for FileSource
readlinkat: 1

@ -28,6 +28,7 @@ exit_group: 1
rt_sigreturn: 1
getrlimit: 1
nanosleep: 1
getrandom: 1
# for FileSource
readlinkat: 1

@ -37,6 +37,7 @@ getgid32: 1
getegid32: 1
getgroups32: 1
nanosleep: 1
getrandom: 1
# for FileSource
readlinkat: 1

Loading…
Cancel
Save