HomeSort by relevance Sort by last modified time
    Searched refs:mlstrustedsubject (Results 1 - 3 of 3) sorted by null

  /external/sepolicy/
mls 23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
27 (l1 dom l2 or t1 == mlstrustedsubject);
31 (l1 domby l2 or t1 == mlstrustedsubject);
40 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
45 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
60 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
70 (t2 != app_data_file or l1 eq l2 or t1 == mlstrustedsubject);
    [all...]
attributes 44 attribute mlstrustedsubject;
app.te 52 # set it must be an mlstrustedsubject.
53 type isolated_app, domain, mlstrustedsubject;

Completed in 690 milliseconds