Add xdp_socket security class and access vectors
Added in 4.18 release
This commit is contained in:
parent
5a3207fb45
commit
109ab3296b
|
@ -1090,3 +1090,6 @@ class bpf
|
|||
prog_load
|
||||
prog_run
|
||||
}
|
||||
|
||||
class xdp_socket
|
||||
inherits socket
|
||||
|
|
|
@ -192,4 +192,6 @@ class process2
|
|||
|
||||
class bpf
|
||||
|
||||
class xdp_socket
|
||||
|
||||
# FLASK
|
||||
|
|
Loading…
Reference in New Issue