-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
On FreeBSD the libc crate defines ENOTSUP as an alias for EOPNOTSUPP. The nix crate however only exports ENOTSUP. Would it be possible to switch to using ENOTSUP in sandboxfs instead for FreeBSD? It's likely the same way on the other BSDs.
Line 117 in 6d8108f
| return Err(nix::Error::from_errno(Errno::EOPNOTSUPP)); |
Line 155 in 6d8108f
| return Err(nix::Error::from_errno(Errno::EOPNOTSUPP)); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels