mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Fix typo
This commit is contained in:
parent
35558adf9c
commit
424d46ead8
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ io_sandbox_enter(int src_fd)
|
||||||
if (ruleset_fd < 0)
|
if (ruleset_fd < 0)
|
||||||
goto error;
|
goto error;
|
||||||
|
|
||||||
// All files we need should have already been openend. Thus,
|
// All files we need should have already been opened. Thus,
|
||||||
// we don't need to add any rules using landlock_add_rule(2)
|
// we don't need to add any rules using landlock_add_rule(2)
|
||||||
// before activating the sandbox.
|
// before activating the sandbox.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue