Home | History | Annotate | Download | only in docs

Lines Matching full:move_file

236 This example will instantiate the optional block `ext_gateway.move_file` into policy providing all optional CIL statements can be resolved:
240 (optional move_file
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 file
246 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)))