Changeset View
Changeset View
Standalone View
Standalone View
sys/kern/capabilities.conf
Show First 20 Lines • Show All 388 Lines • ▼ Show 20 Lines | |||||
## | ## | ||||
ktimer_create | ktimer_create | ||||
ktimer_delete | ktimer_delete | ||||
ktimer_getoverrun | ktimer_getoverrun | ||||
ktimer_gettime | ktimer_gettime | ||||
ktimer_settime | ktimer_settime | ||||
## | ## | ||||
## Allow creating eventfds. | |||||
## | |||||
eventfd | |||||
kib: The file is ordered alphabetically. | |||||
## | |||||
## We can't allow ktrace(2) because it relies on a global namespace, but we | ## We can't allow ktrace(2) because it relies on a global namespace, but we | ||||
## might want to introduce an fktrace(2) of some sort. | ## might want to introduce an fktrace(2) of some sort. | ||||
## | ## | ||||
#ktrace | #ktrace | ||||
## | ## | ||||
## Allow AIO operations by file descriptor, subject to capability rights. | ## Allow AIO operations by file descriptor, subject to capability rights. | ||||
## | ## | ||||
▲ Show 20 Lines • Show All 367 Lines • Show Last 20 Lines |
The file is ordered alphabetically.