Home | History | Annotate | Download | only in sepolicy
      1 # Ignore personality-8 denials.
      2 dontaudit domain kernel:system module_request;
      3 
      4 # For /sys/qemu_trace files in the emulator.
      5 allow domain sysfs_qemu_trace:dir search;
      6 allow domain sysfs_qemu_trace:file rw_file_perms;
      7 allow domain qemu_device:chr_file rw_file_perms;
      8 
      9 get_prop(domain, qemu_prop)
     10 
     11