libsepol/utils: improve wording
A request is denied with SEPOL_COMPUTEAV_RBAC if the source role is not allowed to transition to the target role, granted via a allow source_role target_role; statement. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
parent
301cd64636
commit
36bf1be1ca
|
@ -109,7 +109,7 @@ int main(int argc, char *argv[])
|
||||||
if (reason & SEPOL_COMPUTEAV_RBAC) {
|
if (reason & SEPOL_COMPUTEAV_RBAC) {
|
||||||
if (i > 0)
|
if (i > 0)
|
||||||
printf(", ");
|
printf(", ");
|
||||||
printf("transition-constraint");
|
printf("role-transition");
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
if (reason & SEPOL_COMPUTEAV_BOUNDS) {
|
if (reason & SEPOL_COMPUTEAV_BOUNDS) {
|
||||||
|
|
Loading…
Reference in New Issue