Dear seandroid developer

In the aosp policy file, I found follow allow rule.

allow system_server kernel:system module_request;

If I don't want to allow system_server to request all modules but I want to
allow system_server to request only "my_module", how can I write policy
rule?
(for example: allow system_server kernel:system module_request "my_module";
-> is this way possible?)

+
I want to allow below rule when the domain_1 has uid=1000.
allow domain_1 file_1:file execute;
(for example: allow domain_1 file_1:file execute uis=1000; -> is this way
possible?)

Thank you
Best regards
_______________________________________________
Seandroid-list mailing list
[email protected]
To unsubscribe, send email to [email protected].
To get help, send an email containing "help" to 
[email protected].

Reply via email to