perf_event: Add support for LSM and SELinux checks
[linux-2.6-microblaze.git] / security / selinux / include / objsec.h
index 586b7ab..a4a86cb 100644 (file)
@@ -141,7 +141,11 @@ struct pkey_security_struct {
 };
 
 struct bpf_security_struct {
-       u32 sid;  /*SID of bpf obj creater*/
+       u32 sid;  /* SID of bpf obj creator */
+};
+
+struct perf_event_security_struct {
+       u32 sid;  /* SID of perf_event obj creator */
 };
 
 extern struct lsm_blob_sizes selinux_blob_sizes;