Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 397442 Details for
Bug 541218
www-client/chromium-41.0.2272.64: displays error on all webpages when sandbox is used
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Accept any call to clock_gettime() in the chromium sandbox.
chromium-sandbox.patch (text/plain), 674 bytes, created by
Nils Holland
on 2015-02-24 20:52:42 UTC
(
hide
)
Description:
Accept any call to clock_gettime() in the chromium sandbox.
Filename:
MIME Type:
Creator:
Nils Holland
Created:
2015-02-24 20:52:42 UTC
Size:
674 bytes
patch
obsolete
>--- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc >+++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc >@@ -30,12 +30,12 @@ bool SyscallSets::IsAllowedGettime(int s > case __NR_gettimeofday: > #if defined(__i386__) || defined(__x86_64__) || defined(__mips__) > case __NR_time: >+ case __NR_clock_gettime: > #endif > return true; > case __NR_adjtimex: // Privileged. > case __NR_clock_adjtime: // Privileged. > case __NR_clock_getres: // Could be allowed. >- case __NR_clock_gettime: > case __NR_clock_nanosleep: // Could be allowed. > case __NR_clock_settime: // Privileged. > #if defined(__i386__) || defined(__mips__)
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 541218
: 397442