!2497 需求:系统/芯片沙盒资源最小化

Merge pull request !2497 from cheng_jinsong/fly0609
This commit is contained in:
openharmony_ci 2023-06-21 05:59:00 +00:00 committed by Gitee
commit 93ff99abce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -403,7 +403,7 @@ allow init time_service:process { rlimitinh siginh transition };
allow init tmpfs:blk_file { getattr relabelfrom };
allow init tmpfs:chr_file { getattr relabelfrom write open read };
allow init tmpfs:dir { add_name create mounton open read relabelfrom setattr write };
allow init tmpfs:file { getattr relabelfrom };
allow init tmpfs:file { getattr relabelfrom create open mounton };
allow init tmpfs:lnk_file { create getattr relabelfrom };
allow init tmpfs:sock_file { getattr relabelfrom };
allow init token_sync_service:process { rlimitinh siginh transition };