jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jailkit-users] Is 'paths' allowed only once ?


From: Michal Soltys
Subject: [Jailkit-users] Is 'paths' allowed only once ?
Date: Wed, 30 Apr 2008 01:48:08 +0200
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hello

Short question - is paths directive allowed more than once in jk_init.ini file ? I realised today, that only the last one has any effect per section.


For example:

[test]
comment = Test
paths = /somerandomfile
paths = /etc/ld.so.conf
paths = /somerandomfile3
paths = /somerandomfile2


jk_init -v -j /test test

will end with:

Copying /somerandomfile2 to /test/somerandomfile2
Creating directory /test/etc
ldconfig: Can't open configuration file /etc/ld.so.conf: No such file or directory


So in this way, it requires one, often very long paths line (with executables / libraries / regular files) combined.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]