* Management API with autoNotifyWatcher disabled */
(sec string, ptype string, rule []string)
| 153 | |
| 154 | /* Management API with autoNotifyWatcher disabled */ |
| 155 | SelfAddPolicy(sec string, ptype string, rule []string) (bool, error) |
| 156 | SelfAddPolicies(sec string, ptype string, rules [][]string) (bool, error) |
| 157 | SelfAddPoliciesEx(sec string, ptype string, rules [][]string) (bool, error) |
| 158 | SelfRemovePolicy(sec string, ptype string, rule []string) (bool, error) |
no outgoing calls
no test coverage detected