Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554710 Details for
Bug 668898
app-misc/jail-2.0-r2: series of improvement patches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
support openat() syscall too
jail-2.0-openat.patch (text/plain), 381 bytes, created by
Alexander Zubkov
on 2018-11-09 22:36:22 UTC
(
hide
)
Description:
support openat() syscall too
Filename:
MIME Type:
Creator:
Alexander Zubkov
Created:
2018-11-09 22:36:22 UTC
Size:
381 bytes
patch
obsolete
>--- a/lib/arch/generic/functions >+++ b/lib/arch/generic/functions >@@ -647,9 +647,9 @@ sub extract_open_from_ldd { > > local $file; > local $val; >- if ($line =~ /^open\(\"(.+)\".+\)\s*=\s*([-]?\d+)/) { >- $file = $1; >- $val = $2; >+ if ($line =~ /^open(at)?\([^\"]*\"(.+)\".+\)\s*=\s*([-]?\d+)/) { >+ $file = $2; >+ $val = $3; > return($file,$val); > } > return();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 668898
:
551756
|
551758
|
551760
| 554710