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
da289b2c
Commit
da289b2c
authored
Feb 20, 2014
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apparmor: Drop unused profile
This profile was never meant to get into git... Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
76e6c9d3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
lxc-default-debootstrap
config/apparmor/profiles/lxc-default-debootstrap
+0
-18
No files found.
config/apparmor/profiles/lxc-default-debootstrap
deleted
100644 → 0
View file @
76e6c9d3
# Do not load this file. Rather, load /etc/apparmor.d/lxc-containers, which
# will source all profiles under /etc/apparmor.d/lxc
profile lxc-container-default-builder flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/lxc/container-base>
# pbuilder
mount options=(rw,bind) -> /var/cache/pbuilder/**,
mount fstype=devpts -> /var/cache/pbuilder/**,
mount fstype=proc -> /var/cache/pbuilder/**,
mount fstype=sysfs -> /var/cache/pbuilder/**,
# sbuild
mount options=(rw,bind) -> /var/lib/schroot/**,
mount fstype=devpts -> /var/lib/schroot/**,
mount fstype=proc -> /var/lib/schroot/**,
mount fstype=sysfs -> /var/lib/schroot/**,
}
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