Written byMichael Larabel insystemd on 30 January 2020 at 08:05 AM EST.147 Comments
Systemd-homed has been merged as the latest (optional) fundamental change to Linux distributions in how home directories are handled .
Systemd-homed makes it easier to support migratable home directories, more self containment within home directories, better password and encryption handling, and other modern Linux home directory features .
Some of the design objectives for systemd-homed are outlined in the documentation with support for LUKS encrypted volumes, mounting home directories from a CIFS server, FSCRYPT encryption, Btrfs sub-volume handling, and making use of JSON-formatted user records.
Systemd-homed is the server for managing home directories and user accounts. The user-space tool for interacting with this new service is homectl to create/remove/change user's home directories.
Landing systemd-homed adds over twenty-one thousand lines of code to systemd.
Systemd-homed will be part of the upcoming systemd 245 release though expect this new service to continue to be refined with more functionality in future releases. We'll see how quickly systemd-homed gets adopted by the major Linux distribution players.
以上所述就是小编给大家介绍的《systemd-homed merged as a fundamental change to Linux home directories》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Go Web编程
谢孟军 / 电子工业出版社 / 2013-6-1 / 65.00元
《Go Web编程》介绍如何用Go语言进行Web应用的开发,将Go语言的特性与Web开发实战组合到一起,帮读者成功地构建跨平台的应用程序,节省Go语言开发Web的宝贵时间。有了这些针对真实问题的解决方案放在手边,大多数编程难题都会迎刃而解。 在《Go Web编程》中,读者可以更加方便地找到各种编程问题的解决方案,内容涵盖文本处理、表单处理、Session管理、数据库交互、加/解密、国际化和标......一起来看看 《Go Web编程》 这本书的介绍吧!