kernel-interface: Optionally pass security label with an acquire

This commit is contained in:
Tobias Brunner
2022-04-14 18:42:01 +02:00
parent 3f3838d1f9
commit 52a05d7f6c
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -37,6 +37,8 @@ struct kernel_acquire_data_t {
traffic_selector_t *src;
/** Optional destination of the triggering packet */
traffic_selector_t *dst;
/** Optional security label of the triggering packet */
sec_label_t *label;
};
/**