mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
README: remedy a note about dependency on the selinux library
The current note about dependency on the selinux library is obscure. Clarify that libselinux-devel (or libselinux1-dev) package is not required unless we explicitly remove the use of libmount. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
parent
fb8051e720
commit
d70c11d445
7
README
7
README
@ -3,8 +3,11 @@
|
||||
- libuuid-devel or uuid-dev
|
||||
- libmount-devel or libmount-dev
|
||||
- libblkid-devel or libblkid-dev
|
||||
- libselinux-devel or libselinux1-dev
|
||||
(if /etc/mtab is a regular file and you use selinux context mount options)
|
||||
- libselinux-devel or libselinux1-dev (*1)
|
||||
|
||||
*1: required only if supporting selinux context mount options without
|
||||
using libmount. By default, libmount is used and support of the
|
||||
context mount depends on the libmount that distro provides.
|
||||
|
||||
* How to compile
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user