mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
xz: Make it a fatal error if enabling the sandbox fails.
Perhaps it's too drastic but on the other hand it will let me learn about possible problems if people report the errors. This won't be backported to the v5.2 branch.
This commit is contained in:
parent
af0fb386ef
commit
15a133b6d1
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ io_sandbox_enter(int src_fd)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
message(V_DEBUG, _("Failed to enable the sandbox"));
|
message_fatal(_("Failed to enable the sandbox"));
|
||||||
}
|
}
|
||||||
#endif // ENABLE_SANDBOX
|
#endif // ENABLE_SANDBOX
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue