| author | 2026-09-09 02:04:43 +0700 | |
|---|---|---|
| committer | 2026-09-09 02:04:43 +0700 | |
| commit | bb65706952250de52b80f05cfa38b5777b6ebb04 (patch) | |
| tree | 4f9ceb0105734ab6dcd99bc5cd76b27ba8dcbc77 /iio-qipcrtr.te | |
| parent | ece2560a10415f56814d264ce321dfeceb3ae828 (diff) | |
| download | kiwi-descriptions-bb65706952250de52b80f05cfa38b5777b6ebb04.tar.gz kiwi-descriptions-bb65706952250de52b80f05cfa38b5777b6ebb04.zip | |
fix: sensor auto-rotate - fastrpc node name, ssc-accel tag, SELinux QRTR
perms
Diffstat (limited to 'iio-qipcrtr.te')
| -rw-r--r-- | iio-qipcrtr.te | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/iio-qipcrtr.te b/iio-qipcrtr.te new file mode 100644 index 0000000..5ea7434 --- /dev/null +++ b/iio-qipcrtr.te @@ -0,0 +1,20 @@ + +module iio-qipcrtr 1.0; + +require { + type iiosensorproxy_t; + type systemd_userdbd_t; + type xdm_var_run_t; + class sock_file read; + class qipcrtr_socket { create getattr getopt setopt }; +} + +#============= iiosensorproxy_t ============== + +#!!!! This avc is allowed in the current policy +allow iiosensorproxy_t self:qipcrtr_socket { create getattr getopt setopt }; + +#============= systemd_userdbd_t ============== + +#!!!! This avc is allowed in the current policy +allow systemd_userdbd_t xdm_var_run_t:sock_file read; |