Comment 22 for bug 1446906

Revision history for this message
John Johansen (jjohansen) wrote :

The issue is that the path is disconnected from the namespace. Currently the only way to deal with this is by using the attach_disconnect flag in the profile, and then place rules for the attached files into the profile

eg.

profile lxc-container-default flags=(attach_disconnected) {

   public/showq r,

   ...

}