mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:37:37 +00:00
Userland: Allow our access check to pass flags to faccessat syscall
This commit is contained in:
parent
639aee037f
commit
059904371f
4 changed files with 8 additions and 7 deletions
|
@ -73,7 +73,7 @@ bool can_delete_or_move(StringView path);
|
|||
ErrorOr<String> read_link(StringView link_path);
|
||||
ErrorOr<void> link_file(StringView destination_path, StringView source_path);
|
||||
|
||||
ErrorOr<String> resolve_executable_from_environment(StringView filename);
|
||||
ErrorOr<String> resolve_executable_from_environment(StringView filename, int flags = 0);
|
||||
bool looks_like_shared_library(StringView path);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue