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
a197d2fb
Unverified
Commit
a197d2fb
authored
Jun 08, 2021
by
Stéphane Graber
Committed by
GitHub
Jun 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3861 from brauner/2021-06-08.fixes.2
api_extensions: introduce idmapped_mounts_v2 api extension
parents
2384faa2
3df13023
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
api-extensions.md
doc/api-extensions.md
+6
-1
api_extensions.h
src/lxc/api_extensions.h
+1
-0
No files found.
doc/api-extensions.md
View file @
a197d2fb
...
@@ -147,4 +147,9 @@ Whether the seccomp notify proxy sends a long a notify fd file descriptor.
...
@@ -147,4 +147,9 @@ Whether the seccomp notify proxy sends a long a notify fd file descriptor.
## idmapped\_mounts
## idmapped\_mounts
Whether this LXC instance can handle idmapped mounts.
Whether this LXC instance can handle idmapped mounts for the rootfs.
## idmapped\_mounts\_v2
Whether this LXC instance can handle idmapped mounts for lxc.mount.entry
entries.
src/lxc/api_extensions.h
View file @
a197d2fb
...
@@ -45,6 +45,7 @@ static char *api_extensions[] = {
...
@@ -45,6 +45,7 @@ static char *api_extensions[] = {
"seccomp_notify_fd_active"
,
"seccomp_notify_fd_active"
,
"seccomp_proxy_send_notify_fd"
,
"seccomp_proxy_send_notify_fd"
,
"idmapped_mounts"
,
"idmapped_mounts"
,
"idmapped_mounts_v2"
,
};
};
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