Fix formatting of comment
This commit is contained in:
parent
7e80f282a0
commit
a5993a7023
1 changed files with 3 additions and 4 deletions
|
|
@ -148,10 +148,9 @@ void LxcContainer::start(const Configuration &configuration) {
|
|||
set_config_item("lxc.aa_profile", "lxc-container-default-with-nesting");
|
||||
#else
|
||||
// FIXME: when using the nested profile we still get various denials from
|
||||
// things
|
||||
// Android tries to do but isn't allowed to. We need to look into those and
|
||||
// see
|
||||
// how we can switch back to a confined way of running the container.
|
||||
// things Android tries to do but isn't allowed to. We need to look into
|
||||
// those and see how we can switch back to a confined way of running the
|
||||
// container.
|
||||
set_config_item("lxc.aa_profile", "unconfined");
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue