Skip to content
Snippets Groups Projects
Commit f5a1b1bf authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Move class bpf definition

No functional change. This reorg just makes it easier to perform diffs
against https://github.com/SELinuxProject/refpolicy/blob/master/policy/flask/access_vectors

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