Skip to content

Commit

Permalink
Merge pull request #15 from cgwalters/patch-1
Browse files Browse the repository at this point in the history
open_tree: Note EPERM
  • Loading branch information
brauner authored Dec 19, 2024
2 parents f9d0d0c + 6e074b9 commit e899f27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions open_tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ returned, and *errno* is set appropriately.
Search permission is denied for one of the directories in the path
prefix of *pathname*. (See also **path_resolution**(7).)

**EPERM**
The **OPEN_TREE_CLONE** flag was specified and the caller does not
have the required privileges.

**EBADF**
*dirfd* is not a valid open file descriptor.

Expand Down

0 comments on commit e899f27

Please sign in to comment.