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
564ad051
Commit
564ad051
authored
Jun 28, 2016
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apparmor: Refresh generated file
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
bde3d22a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
container-base
config/apparmor/abstractions/container-base
+9
-8
No files found.
config/apparmor/abstractions/container-base
View file @
564ad051
...
@@ -94,14 +94,15 @@
...
@@ -94,14 +94,15 @@
deny /sys/kernel/debug/{,**} rwklx,
deny /sys/kernel/debug/{,**} rwklx,
# allow paths to be made slave, shared, private or unbindable
# allow paths to be made slave, shared, private or unbindable
mount options=(rw,make-slave) -> **,
# FIXME: This currently doesn't work due to the apparmor parser treating those as allowing all mounts.
mount options=(rw,make-rslave) -> **,
# mount options=(rw,make-slave) -> **,
mount options=(rw,make-shared) -> **,
# mount options=(rw,make-rslave) -> **,
mount options=(rw,make-rshared) -> **,
# mount options=(rw,make-shared) -> **,
mount options=(rw,make-private) -> **,
# mount options=(rw,make-rshared) -> **,
mount options=(rw,make-rprivate) -> **,
# mount options=(rw,make-private) -> **,
mount options=(rw,make-unbindable) -> **,
# mount options=(rw,make-rprivate) -> **,
mount options=(rw,make-runbindable) -> **,
# mount options=(rw,make-unbindable) -> **,
# mount options=(rw,make-runbindable) -> **,
# allow bind-mounts of anything except /proc, /sys and /dev
# allow bind-mounts of anything except /proc, /sys and /dev
mount options=(rw,bind) /[^spd]*{,/**},
mount options=(rw,bind) /[^spd]*{,/**},
...
...
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