Searched refs:allowed (Results 1 – 25 of 44) sorted by relevance
12
/xen/xen/xsm/flask/ss/ |
A D | services.c | 397 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av() 399 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 414 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av() 416 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 432 if ( (lo_avd.allowed & avd->allowed) == avd->allowed ) in type_attribute_bounds_av() 434 masked = ~lo_avd.allowed & avd->allowed; in type_attribute_bounds_av() 440 avd->allowed &= ~masked; in type_attribute_bounds_av() 470 avd->allowed = 0; in context_struct_compute_av() 526 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av() 537 (avd->allowed & DOMAIN__TRANSITION) && in context_struct_compute_av() [all …]
|
A D | conditional.c | 529 avd->allowed |= node->datum.data; in cond_compute_av()
|
/xen/tools/libxc/ |
A D | xc_flask.c | 319 uint32_t *allowed, uint32_t *decided, in xc_flask_access() argument 342 if ( allowed ) in xc_flask_access() 343 *allowed = op.u.access.allowed; in xc_flask_access() 353 if ( (op.u.access.allowed & req) != req ) in xc_flask_access()
|
A D | COPYING | 16 of this license document, but changing it is not allowed. 101 allowed to use the library. A more frequent case is that a free
|
/xen/xen/xsm/flask/include/ |
A D | security.h | 58 u32 allowed; member
|
/xen/docs/man/ |
A D | xenhypfs.1.pod | 13 (if allowed) to modify their contents.
|
A D | xl.conf.5.pod | 202 to indicate which cpus they are allowed to run on. Specifically, 211 The default value for these masks are all 1's, i.e. all cpus are allowed.
|
/xen/xen/include/public/xsm/ |
A D | flask_op.h | 58 uint32_t allowed; member
|
/xen/xen/xsm/flask/ |
A D | avc.c | 536 denied = requested & ~avd->allowed; in avc_audit() 665 node->ae.avd.allowed |= perms; in avc_update_node() 755 denied = requested & ~(avd->allowed); in avc_has_perm_noaudit()
|
A D | flask_op.c | 129 arg->allowed = avd.allowed; in flask_security_access()
|
/xen/docs/features/ |
A D | hypervisorfs.pandoc | 21 values or (if allowed by the hypervisor) to modify them.
|
A D | dom0less.pandoc | 127 A user is allowed to configure the key sequence to switch input.
|
/xen/docs/misc/arm/ |
A D | big.LITTLE.txt | 26 manually specified, so that the scheduler is not allowed to switch a
|
/xen/tools/flask/policy/modules/ |
A D | dom0.te | 66 # Audit policy change events even when they are allowed
|
A D | xen.te | 53 # the hypervisor. These should always be allowed.
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 109 process / userid is allowed to consume. These can limit the ability 148 - "Every process except me to which I am allowed to send a signal" (-1) 163 processes are allowed to make their own process groups.
|
A D | argo.pandoc | 99 ### State: Partner rings for which this domain is the single allowed sender 244 * Any domain that is allowed to send to the ring -- so that's the partner 257 * The domain that has been allowed to send, as part of teardown when the domain
|
/xen/tools/xl/ |
A D | CODING_STYLE | 162 line are allowed. Examples:
|
/xen/tools/xenstore/ |
A D | talloc_guide.txt | 325 Passing NULL is allowed, but it will only give a meaningful result if 337 Passing NULL is allowed, but it will only give a meaningful result if
|
/xen/tools/xenmon/ |
A D | COPYING | 7 of this license document, but changing it is not allowed. 151 allowed only for noncommercial distribution and only if you
|
/xen/xen/ |
A D | COPYING | 34 of this license document, but changing it is not allowed. 178 allowed only for noncommercial distribution and only if you
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 1873 uint32_t req, allowed, decided, auditallow, auditdeny, seqno; in pyflask_access() local 1891 ret = xc_flask_access(xc_handle, scon, tcon, tclass, req, &allowed, &decided, in pyflask_access()
|
/xen/ |
A D | COPYING | 84 of this license document, but changing it is not allowed. 228 allowed only for noncommercial distribution and only if you
|
/xen/tools/libxl/ |
A D | CODING_STYLE | 289 line are allowed. Examples:
|
/xen/xen/xsm/flask/policy/ |
A D | access_vectors | 505 # be allowed except the XENVER_commandline.
|
Completed in 43 milliseconds
12