Searched refs:msg_filter (Results 1 – 3 of 3) sorted by relevance
241 (typetransition process msg_filter.move_file.in_queue file msg_filter.move_file.in_file)242 (allow process msg_filter.move_file.in_queue (dir (read getattr write search add_name)))243 (allow process msg_filter.move_file.in_file (file (write create getattr)))244 (allow msg_filter.move_file.in_file unconfined.object (filesystem (associate)))245 (typetransition msg_filter.int_gateway.process msg_filter.move_file.out_queue file246 msg_filter.move_file.out_file)247 … (allow msg_filter.int_gateway.process msg_filter.move_file.out_queue (dir (read write search)))248 … (allow msg_filter.int_gateway.process msg_filter.move_file.out_file (file (read getattr unlink)))
262 This example will authorise the `unconfined.role` to assume the `msg_filter.role` role, and then tr…268 (roletype msg_filter.role process)269 (roleallow unconfined.role msg_filter.role)270 (roletransition unconfined.role exec process msg_filter.role)
182 protozero::MessageFilter msg_filter; in Main() local200 if (!msg_filter.LoadFilterBytecode(data, filter_data.size())) { in Main()250 msg_filter.enable_field_usage_tracking(true); in Main()251 auto res = msg_filter.FilterMessage(msg_in_data.data(), msg_in_data.size()); in Main()267 const auto& field_usage_map = msg_filter.field_usage(); in Main()