Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:operation_perm_set

1732 #define operation_perm_set(x, p) (p[x >> 5] |= (1 << (x & 0x1f)))
2088 operation_perm_set(low, ops->perms);
2090 operation_perm_set(high, ops->perms);
2092 operation_perm_set(low, ops->perms);
2093 operation_perm_set(high, ops->perms);