mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
parent
808f0c6837
commit
ab5bdc598d
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ ErrorOr<int> serenity_main(Main::Arguments)
|
|||
auto database_path = DeprecatedString::formatted("{}/sql", Core::StandardPaths::data_directory());
|
||||
TRY(Core::Directory::create(database_path, Core::Directory::CreateDirectories::Yes));
|
||||
|
||||
TRY(Core::System::unveil("/etc/passwd"sv, "r"sv));
|
||||
TRY(Core::System::unveil(database_path, "rwc"sv));
|
||||
TRY(Core::System::unveil(nullptr, nullptr));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue