summaryrefslogtreecommitdiff
path: root/vendor/qcom/common/vendor_init.te
blob: f2fea36c80cb8c66a6aa29daa47d0e89aa838151 (plain)
1
2
3
4
5
userdebug_or_eng(`
  # Allow vendor_init to write to /proc/sysrq-trigger on userdebug and eng builds
  allow vendor_init proc_sysrq:file w_file_perms;
')