mirror of https://github.com/OpenIPC/firmware.git
12 lines
493 B
Diff
12 lines
493 B
Diff
diff -drupN a/security/selinux/include/classmap.h b/security/selinux/include/classmap.h
|
|
--- a/security/selinux/include/classmap.h 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/security/selinux/include/classmap.h 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -165,5 +165,7 @@ struct security_class_mapping secclass_m
|
|
{ COMMON_CAP_PERMS, NULL } },
|
|
{ "cap2_userns",
|
|
{ COMMON_CAP2_PERMS, NULL } },
|
|
+ { "bpf",
|
|
+ {"map_create", "map_read", "map_write", "prog_load", "prog_run"} },
|
|
{ NULL }
|
|
};
|