R, S and T are type of files. The process a has domain A in A.te allow A *S*:file* rw*_perm; allow A T:file *rw*_perm;
The process b has domain B in B.te allow B *S*:file* rw*_perm; allow B R:file *rw*_perm; Is this correct that domain A and domain B have the same permission to S ? ------------------------------------------------------------------------------------------------------------- The process a has domain A in A.te allow A S:file *r*_perm; allow A T:file* rw*_perm; The process b has domain B in B.te allow B S:file* rw*_perm; allow B R:file* rw*_perm; Is this correct that domain A is granted to read S and domain B is granted to rw S ? Is this correct that different domain must has disjoint permission set?
_______________________________________________ Seandroid-list mailing list [email protected] To unsubscribe, send email to [email protected]. To get help, send an email containing "help" to [email protected].
