ddr_training.te 467 B

12345678
  1. allow ddr_training ddr_training_exec:file { entrypoint execute getattr open read };
  2. allow ddr_training vendor_toolbox_exec:file { entrypoint execute execute_no_trans getattr open read };
  3. allow ddr_training block_device:dir r_dir_perms;
  4. allow ddr_training ddr_partition:blk_file rw_file_perms;
  5. init_daemon_domain(ddr_training)
  6. unix_socket_connect(ddr_training, property, init)
  7. type ddr_training, domain;
  8. type ddr_training_exec, exec_type, file_type, vendor_file_type;