Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
eb42a0de
Unverified
Commit
eb42a0de
authored
Nov 06, 2017
by
Christian Brauner
Committed by
GitHub
Nov 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1901 from jacmet/fix-no-new-privs-check
lxc/start.c: Fix legacy PR_{G,S}ET_NO_NEW_PRIVS handling
parents
2ed797da
995acccc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
start.c
src/lxc/start.c
+3
-3
No files found.
src/lxc/start.c
View file @
eb42a0de
...
@@ -52,15 +52,15 @@
...
@@ -52,15 +52,15 @@
#include <sys/capability.h>
#include <sys/capability.h>
#endif
#endif
#if
ndef
HAVE_DECL_PR_CAPBSET_DROP
#if
!
HAVE_DECL_PR_CAPBSET_DROP
#define PR_CAPBSET_DROP 24
#define PR_CAPBSET_DROP 24
#endif
#endif
#if
ndef
HAVE_DECL_PR_SET_NO_NEW_PRIVS
#if
!
HAVE_DECL_PR_SET_NO_NEW_PRIVS
#define PR_SET_NO_NEW_PRIVS 38
#define PR_SET_NO_NEW_PRIVS 38
#endif
#endif
#if
ndef
HAVE_DECL_PR_GET_NO_NEW_PRIVS
#if
!
HAVE_DECL_PR_GET_NO_NEW_PRIVS
#define PR_GET_NO_NEW_PRIVS 39
#define PR_GET_NO_NEW_PRIVS 39
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment