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
dc9074bb
Unverified
Commit
dc9074bb
authored
Aug 06, 2020
by
Stéphane Graber
Committed by
GitHub
Aug 06, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3509 from brauner/2020-08-06/fixes
api-extension: add missing seccomp_proxy_send_notify_fd extension
parents
2a35d949
0dd2e321
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
api-extensions.md
doc/api-extensions.md
+4
-0
api_extensions.h
src/lxc/api_extensions.h
+1
-0
No files found.
doc/api-extensions.md
View file @
dc9074bb
...
...
@@ -140,3 +140,7 @@ the container.
## seccomp\_notify\_fd\_active
Retrieve the seccomp notifier fd from a running container.
## seccomp\_proxy\_send\_notify\_fd
Whether the seccomp notify proxy sends a long a notify fd file descriptor.
src/lxc/api_extensions.h
View file @
dc9074bb
...
...
@@ -45,6 +45,7 @@ static char *api_extensions[] = {
"seccomp_allow_deny_syntax"
,
"devpts_fd"
,
"seccomp_notify_fd_active"
,
"seccomp_proxy_send_notify_fd"
,
};
static
size_t
nr_api_extensions
=
sizeof
(
api_extensions
)
/
sizeof
(
*
api_extensions
);
...
...
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