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
7a2bd5db
Unverified
Commit
7a2bd5db
authored
Apr 28, 2021
by
Stéphane Graber
Committed by
GitHub
Apr 28, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3814 from brauner/2021-04-28.fixes
api-extensions: add entry for idmapped_mounts
parents
6d938020
fa3a0034
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 @
7a2bd5db
...
@@ -144,3 +144,7 @@ Retrieve the seccomp notifier fd from a running container.
...
@@ -144,3 +144,7 @@ Retrieve the seccomp notifier fd from a running container.
## seccomp\_proxy\_send\_notify\_fd
## seccomp\_proxy\_send\_notify\_fd
Whether the seccomp notify proxy sends a long a notify fd file descriptor.
Whether the seccomp notify proxy sends a long a notify fd file descriptor.
## idmapped\_mounts
Whether this LXC instance can handle idmapped mounts.
src/lxc/api_extensions.h
View file @
7a2bd5db
...
@@ -44,6 +44,7 @@ static char *api_extensions[] = {
...
@@ -44,6 +44,7 @@ static char *api_extensions[] = {
"devpts_fd"
,
"devpts_fd"
,
"seccomp_notify_fd_active"
,
"seccomp_notify_fd_active"
,
"seccomp_proxy_send_notify_fd"
,
"seccomp_proxy_send_notify_fd"
,
"idmapped_mounts"
,
};
};
static
size_t
nr_api_extensions
=
sizeof
(
api_extensions
)
/
sizeof
(
*
api_extensions
);
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