summaryrefslogtreecommitdiff
path: root/ipc/kdbus/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/kdbus/connection.h')
-rw-r--r--ipc/kdbus/connection.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/kdbus/connection.h b/ipc/kdbus/connection.h
index 4a5c1205b6d3..d1ffe909cb31 100644
--- a/ipc/kdbus/connection.h
+++ b/ipc/kdbus/connection.h
@@ -73,7 +73,6 @@ struct kdbus_kmsg;
* @names_queue_list: Well-known names this connection waits for
* @privileged: Whether this connection is privileged on the bus
* @faked_meta: Whether the metadata was faked on HELLO
- * @security: LSM security blob
*/
struct kdbus_conn {
struct kref kref;
@@ -114,10 +113,6 @@ struct kdbus_conn {
bool privileged:1;
bool faked_meta:1;
-
-#ifdef CONFIG_SECURITY
- void *security;
-#endif
};
struct kdbus_conn *kdbus_conn_ref(struct kdbus_conn *conn);