mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:47:35 +00:00
Utilities+LibArchive: Don't follow symlinks
This commit is contained in:
parent
415eb17490
commit
83e62e8c4f
3 changed files with 37 additions and 11 deletions
|
@ -57,6 +57,7 @@ class TarOutputStream {
|
|||
public:
|
||||
TarOutputStream(OutputStream&);
|
||||
void add_file(String const& path, mode_t, ReadonlyBytes);
|
||||
void add_link(String const& path, mode_t, StringView);
|
||||
void add_directory(String const& path, mode_t);
|
||||
void finish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue