添加samgr selinux

Signed-off-by: wangyang2022 <wangyang412@huawei.com>
Change-Id: Ia084c8670b722bd9383f62d0351a8ffa34e5b520
This commit is contained in:
wangyang2022 2023-05-29 09:24:39 +00:00
parent 66cc8630c5
commit b8094ef7e2
2 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,6 @@
allow softbus_server distributedsche:binder { call };
allow softbus_server normal_hap_attr:binder { call };
allow softbus_server sa_privacy_service:samgr_class { get };
debug_only(`
allow softbus_server listen_test:binder { call };
')

View File

@ -12,3 +12,6 @@
# limitations under the License.
allow init samgr_perf_param:file { map open read relabelto };
debug_only(`
allow init listen_test:process { transition rlimitinh siginh };
')