mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-05 08:45:28 +00:00
Convert remaining uses of sudo_mkdir_parents() to sudo_open_parent_dir().
This commit is contained in:
@@ -182,6 +182,7 @@ bad:
|
||||
|
||||
/*
|
||||
* Create any parent directories needed by path (but not path itself).
|
||||
* Not currently used.
|
||||
*/
|
||||
bool
|
||||
sudo_mkdir_parents_v1(const char *path, uid_t uid, gid_t gid, mode_t mode,
|
||||
|
Reference in New Issue
Block a user