chiark / gitweb /
core: write kdbus.attach_flags_mask only on real boot
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 18 Jan 2015 22:54:42 +0000 (23:54 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 18 Jan 2015 22:54:42 +0000 (23:54 +0100)
commit90b99192ad5b7674585996e2b801679989f8a8a7
tree8e278b40dda7b3030623d8b5dce58d5535f1461e
parent9c89c1cabd0357fa4e58a91c4d9233702896b709
core: write kdbus.attach_flags_mask only on real boot

The kernel module system is not namespaced, so no container should ever
modify global options. Make sure we set the kdbus attach_flags_mask only
on a real boot as PID1.
src/core/manager.c