mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 13:43:12 -04:00
The FFLAGS and OFLAGS now work correctly also for files opened with O_EXEC. Except possibly fuse, the other users pass values without O_EXEC set. fuse appears to assume O_EXEC is handled correctly. Although F_SETFL may not be commonly used for execute-only file descriptors, F_GETFL may be useful to find the access mode. |
||
|---|---|---|
| .. | ||
| closefrom | ||
| dup | ||
| fcntlflags | ||
| flock | ||
| ftruncate | ||
| newfileops_on_fork | ||