You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also have a look at the [Github issue relevant to the topic](https://github.com/lxc/lxd/issues/2661) and the [LXD apparmor setup](https://github.com/lxc/lxd/blob/master/lxd/apparmor/apparmor.go) for more details.
218
+
Also have a look at the [Github issue relevant to the topic](https://github.com/canonical/lxd/issues/2661) and the [LXD apparmor setup](https://github.com/canonical/lxd/blob/main/lxd/apparmor/apparmor.go) for more details.
219
219
220
220
#### System Calls Interception
221
221
222
222
If you run into a message like:
223
223
224
224
> System doesn't support syscall interception
225
225
226
-
It most probably means a system call interception is outside of the list of the ones considered to be safe (LXD can allow system call interception [if it's considered to be safe](https://github.com/lxc/lxd/blob/master/doc/syscall-interception.md)).
226
+
It most probably means a system call interception is outside of the list of the ones considered to be safe (LXD can allow system call interception [if it's considered to be safe](https://github.com/canonical/lxd/blob/main/doc/syscall-interception.md)).
227
227
228
228
### Linux: Hugepages Support from within LXD Container
229
229
230
230
As of now, Travis CI is not configured to allow hugepages within unprivileged containers. This may change on short notice.
231
231
232
232
The unprivileged containers access to hugepages is added by the great Linux and LXD teams. To understand what needs to be addressed in order to avoid memory issues with LXD containers, please look at the resources below:
0 commit comments