-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aria2: fix aria2/aria2#2152 #22956
base: master
Are you sure you want to change the base?
aria2: fix aria2/aria2#2152 #22956
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
fix "Exception: [Platform.cc:125] errorCode=1 OSSL_PROVIDER_load 'legacy' failed." Bug Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -341,6 +341,7 @@ aria2_start() { | |
procd_set_param user "$user" | ||
|
||
procd_add_jail "$NAME.$section" log | ||
procd_add_jail_mount "/usr/lib" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was why added now? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and I remove the comment and add now |
||
procd_add_jail_mount "$ca_certificate" "$certificate" "$rpc_certificate" "$rpc_private_key" | ||
procd_add_jail_mount_rw "$dir" "$config_dir" "$log" | ||
procd_close_instance | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is caused by this.