Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
ntpsec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
NTPsec
ntpsec
Commits
e4cfc42c
There was a problem fetching the pipeline summary.
Commit
e4cfc42c
authored
7 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Address GitLab issue
#379
: seccomp crashes ntpd
parent
84962e40
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ntpd/ntp_sandbox.c
+3
-0
3 additions, 0 deletions
ntpd/ntp_sandbox.c
with
3 additions
and
0 deletions
ntpd/ntp_sandbox.c
+
3
−
0
View file @
e4cfc42c
...
...
@@ -345,6 +345,9 @@ int scmp_sc[] = {
SCMP_SYS
(
socketcall
),
/* old kernels */
SCMP_SYS
(
stat
),
SCMP_SYS
(
statfs64
),
/* from getaddrinfo after lid open */
#ifdef __NR_sys_openat
SCMP_SYS
(
sys_openat
),
/* SUSE */
#endif
#ifdef __NR_time
SCMP_SYS
(
time
),
/* not in ARM */
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment