mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Capability rights are held by descriptors, not processes.
Reported by: jonathan
This commit is contained in:
parent
56df0f7694
commit
2c93e2a3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1877,7 +1877,7 @@ ktrcapfail(struct ktr_cap_fail *ktr)
|
|||
/* operation on fd with insufficient capabilities */
|
||||
printf("operation requires ");
|
||||
capname(&ktr->cap_needed);
|
||||
printf(", process holds ");
|
||||
printf(", descriptor holds ");
|
||||
capname(&ktr->cap_held);
|
||||
break;
|
||||
case CAPFAIL_INCREASE:
|
||||
|
|
|
|||
Loading…
Reference in a new issue