pluser / fusebox

FUSE-powered sandbox for Gentoo Linux.
GNU General Public License v3.0
4 stars 1 forks source link

Please support querying fusebox config via IPC #8

Open mgorny opened 4 years ago

mgorny commented 4 years ago

How about supporting reading the control file to get info output? Something like fusebox version, current ACL…

mgorny commented 4 years ago

Maybe some stats like number of memorized inodes.

pluser commented 4 years ago

Hmm. You mean, like /proc/cpuinfo and /proc/meminfo?

In my opinion, it's better to split up the operation into several files, like procfs. For example, /fuseboxctl/acl /fuseboxctl/stats /fuseboxctl/version, etc.

mgorny commented 4 years ago

Sure, that works for me.