mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-28 04:09:00 +00:00
WebContent: Unveil access to the ImageDecoder service :^)
This commit is contained in:
parent
fbd760379a
commit
c74b5fd798
Notes:
sideshowbarker
2024-07-19 05:25:55 +09:00
Author: https://github.com/awesomekling
Commit: c74b5fd798
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ int main(int, char**)
|
|||
perror("unveil");
|
||||
return 1;
|
||||
}
|
||||
if (unveil("/tmp/portal/image", "rw") < 0) {
|
||||
perror("unveil");
|
||||
return 1;
|
||||
}
|
||||
if (unveil(nullptr, nullptr) < 0) {
|
||||
perror("unveil");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue