bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

Mount linprocfs #637

Open gronke opened 5 years ago

gronke commented 5 years ago

Currently there is an unused function 💥prepared for mounting linprocfs.

https://github.com/bsdci/libioc/blob/ac61b44b29bcc6f83dc866cae1cbbec374c90d77/libioc/Storage/__init__.py#L190-L210

igalic commented 5 years ago

what programmes is this for for?

gronke commented 5 years ago

Had no use-case for it so far. May somebody speak up why this should be enabled and I will gladly do it :)

himrock922 commented 5 years ago

Hi, I don't know the use-case that this property must allow. Anyways, In the first place, If linux file system want use on container, I think that I should use not jail, but linux containers such as Docker.