chiark / gitweb /
nspawn: fix DeviceAllow list
authorDaniel Mack <daniel@zonque.org>
Fri, 17 Oct 2014 14:04:49 +0000 (16:04 +0200)
committerDaniel Mack <daniel@zonque.org>
Fri, 17 Oct 2014 14:07:12 +0000 (16:07 +0200)
commit317cde8b80a611f6194aaba2dad418cc21eefe55
treeea9c15f6cef9ca420b2d7fe03d81c16dddbb7f92
parent7491ccf2cb237a2a88b831b2c7374ba2bb255cba
nspawn: fix DeviceAllow list

Commit 864e17068 ("nspawn: actually allow access to /dev/net/tun in the
container") added "/dev/net/tun" to the list of allowed devices but forgot
to tweak the array length, which caused "/dev/kdbus/*" to be missed.
src/nspawn/nspawn.c