Revision 1b6e38da include/AclManager.h
include/AclManager.h | ||
---|---|---|
179 | 179 |
* @param user_req user/group id and flags |
180 | 180 |
* @param resource_oid_req 64 bit request, ob. type and individual oid |
181 | 181 |
* @param resource_gid_req 64 bit request, ob. type and group id |
182 |
* @param resource_cid_req 64 bit request, ob. type and cluster id |
|
182 | 183 |
* @param resource_all_req 64 bit request, ob. type and all flag |
183 | 184 |
* @param rights_req Requested rights |
184 | 185 |
* @param individual_obj_type Mask with ob. type and individual flags |
185 | 186 |
* @param group_obj_type Mask with ob. type and group flags |
187 |
* @param cluster_obj_type Mask with ob. type and cluster flags |
|
186 | 188 |
* @param rules ACL rules to match |
187 | 189 |
* |
188 | 190 |
* @return true if any rule grants permission |
... | ... | |
191 | 193 |
long long user_req, |
192 | 194 |
long long resource_oid_req, |
193 | 195 |
long long resource_gid_req, |
196 |
long long resource_cid_req, |
|
194 | 197 |
long long resource_all_req, |
195 | 198 |
long long rights_req, |
196 | 199 |
long long individual_obj_type, |
197 | 200 |
long long group_obj_type, |
201 |
long long cluster_obj_type, |
|
198 | 202 |
multimap<long long, AclRule*> &rules); |
199 | 203 |
|
200 | 204 |
/** |
... | ... | |
204 | 208 |
* @param user_req user/group id and flags |
205 | 209 |
* @param resource_oid_req 64 bit request, ob. type and individual oid |
206 | 210 |
* @param resource_gid_req 64 bit request, ob. type and group id |
211 |
* @param resource_cid_req 64 bit request, ob. type and cluster id |
|
207 | 212 |
* @param resource_all_req 64 bit request, ob. type and all flag |
208 | 213 |
* @param rights_req Requested rights |
209 | 214 |
* @param individual_obj_type Mask with ob. type and individual flags |
210 | 215 |
* @param group_obj_type Mask with ob. type and group flags |
216 |
* @param cluster_obj_type Mask with ob. type and cluster flags |
|
211 | 217 |
* @param tmp_rules Temporary map group of ACL rules |
212 | 218 |
* |
213 | 219 |
* @return true if any rule grants permission |
... | ... | |
216 | 222 |
long long user_req, |
217 | 223 |
long long resource_oid_req, |
218 | 224 |
long long resource_gid_req, |
225 |
long long resource_cid_req, |
|
219 | 226 |
long long resource_all_req, |
220 | 227 |
long long rights_req, |
221 | 228 |
long long individual_obj_type, |
222 | 229 |
long long group_obj_type, |
230 |
long long cluster_obj_type, |
|
223 | 231 |
multimap<long long, AclRule*> &tmp_rules); |
224 | 232 |
|
225 | 233 |
/** |
Also available in: Unified diff