Skip to content

Commit

Permalink
Add fuse to the fake devtmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
mstory21 authored Nov 15, 2024
1 parent 2461d3d commit 9ffeab8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ void mount_entries(const char *root, const struct mount_entry *mounts, size_t nm
{ "random", S_IFCHR | 0666, makedev(1, 8) },
{ "urandom", S_IFCHR | 0666, makedev(1, 9) },
{ "net/tun", S_IFCHR | 0666, makedev(10, 200) },
{ "fuse", S_IFCHR | 0666, makedev(10, 229) },
{ "kvm", S_IFCHR | 0666, makedev(10, 232) },
};

Expand Down

0 comments on commit 9ffeab8

Please sign in to comment.