Changeset View
Changeset View
Standalone View
Standalone View
sys/compat/freebsd32/capabilities.conf
| Show First 20 Lines • Show All 423 Lines • ▼ Show 20 Lines | |||||
| listen | listen | ||||
| ## | ## | ||||
| ## Allow I/O-related file descriptors, subject to capability rights. | ## Allow I/O-related file descriptors, subject to capability rights. | ||||
| ## | ## | ||||
| lseek | lseek | ||||
| ## | ## | ||||
| membarrier | |||||
brooks: This is fine, but I'm somewhat inclined to add CAPENABLED to syscalls.master (or additionally). | |||||
Done Inline ActionsI added CAPENABLED to freebsd32/syscalls.master both for membarrier and rseq. I prefer to keep the entry in capabilities.conf until this file exists. [I will upload new patch when more changes accumulate] kib: I added CAPENABLED to freebsd32/syscalls.master both for membarrier and rseq. I prefer to keep… | |||||
| ## | |||||
| ## Allow simple VM operations on the current process. | ## Allow simple VM operations on the current process. | ||||
| ## | ## | ||||
| madvise | madvise | ||||
| mincore | mincore | ||||
| minherit | minherit | ||||
| mlock | mlock | ||||
| mlockall | mlockall | ||||
| ▲ Show 20 Lines • Show All 344 Lines • Show Last 20 Lines | |||||
This is fine, but I'm somewhat inclined to add CAPENABLED to syscalls.master (or additionally). It's less consistent, but better matches kern/syscalls.master and people are less likely to forget.