configure options to control availability of external filters in xorriso

This commit is contained in:
2009-04-04 14:42:41 +00:00
parent 88741ad017
commit e29ea90633
8 changed files with 77 additions and 4 deletions

View File

@ -80,6 +80,17 @@ are present. This dependcy can be avoided by running
./configure --prefix=/usr --disable-libreadline
make clean ; make
Never omit the "make clean" command after switching libreadline enabling.
Other deliberate dependency reduction options of ./configure are:
--disable-libacl avoid use of ACL functions like acl_to_text()
--disable-xattr avoid use of xattr functions like listxattr()
xorriso allows to use external processes as file content filters. This is
a potential security risk which may be avoided by ./configure option
--disable-external-filters
By default the filter feature is disabled if effective user id and real
user id differ. This ban can be lifted by
--enable-external-filters-setuid
Drives and Disk File Objects