mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 11:16:00 +00:00
nspawn: don't provide /dev/rtc0 in the container
Since RTCs are hardware devices and are very much shared resources we should avoid to provide them in each container.
This commit is contained in:
+1
-2
@@ -443,8 +443,7 @@ static int copy_devnodes(const char *dest) {
|
||||
"random\0"
|
||||
"urandom\0"
|
||||
"tty\0"
|
||||
"ptmx\0"
|
||||
"rtc0\0";
|
||||
"ptmx\0";
|
||||
|
||||
const char *d;
|
||||
int r = 0;
|
||||
|
||||
Reference in New Issue
Block a user