We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd7b53 commit 32ff113Copy full SHA for 32ff113
zathura/landlock.c
@@ -118,4 +118,5 @@ void landlock_restrict_write(void) {
118
g_autofree char* data_path = girara_get_xdg_path(XDG_DATA);
119
int fd = open(data_path, O_PATH | O_CLOEXEC | O_DIRECTORY);
120
landlock_write_fd(fd);
121
+ close(fd);
122
}
0 commit comments