Skip to content
Snippets Groups Projects
Commit acb41aca authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Move class bpf definition

am: f5a1b1bf

Change-Id: Idd4890670d766d71d4b2f6feb0066993ca079b90
parents c8723e8f f5a1b1bf
No related branches found
No related tags found
No related merge requests found
......@@ -282,15 +282,6 @@ inherits socket
class unix_dgram_socket
inherits socket
class bpf
{
map_create
map_read
map_write
prog_load
prog_run
}
#
# Define the access vector interpretation for process-related objects
#
......@@ -677,6 +668,15 @@ inherits socket
class smc_socket
inherits socket
class bpf
{
map_create
map_read
map_write
prog_load
prog_run
}
class property_service
{
set
......
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