universal7885: sepolicy: Move some sysfs genfscons

* To public so private rules can access it too
* Also, remove rebundant genfscon
* Fix neverallows due to previous commit
This commit is contained in:
roynatech2544 2022-04-27 13:47:51 +09:00
commit 657050b9b3
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
5 changed files with 25 additions and 29 deletions

View file

@ -1,4 +1,4 @@
type hal_fmradio_default, domain;
type hal_fmradio_default, domain, coredomain;
type hal_fmradio_default_exec, exec_type, file_type, system_file_type;
add_hwservice(hal_fmradio_default, hal_fmradio_hwservice);
init_daemon_domain(hal_fmradio_default);