jailkit-users
[Top][All Lists]
Advanced

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

Re: [Jailkit-users] SuSE problem


From: Steve Follmer
Subject: Re: [Jailkit-users] SuSE problem
Date: Thu, 07 Jun 2007 09:34:52 +0800
User-agent: Thunderbird 2.0.0.0 (X11/20070418)

So the added /dev/null will be part of the jailkit 2.4 release?

One question. Lines like...

executables = /usr/lib/sftp-server, /usr/libexec/openssh/sftp-server,
/usr/lib/misc/sftp-server

Are those intended to list several possible locations for sftp-server.
For a given distro, only one of those would have sftp-server? So that
could be changed to

executables = /usr/lib/sftp-server, /usr/libexec/openssh/sftp-server,
/usr/lib/misc/sftp-server, /usr/lib/ssh/sftp-server
...since SUSE apparently installs sftp-server in /usr/lib/ssh/

Should we have a SUSE optimized file say the above, or merely say
executables = /usr/lib/ssh/sftp-server

I'd vote for the longer line, if the extra locations don't hurt. SUSE
might have alternative packages, or something might move in SUSE 10.3 etc.

Indeed, one could reason that changes like adding extra locations for
sftp-server, could simply go in the main jailkit distribution and not
require a distro-specific directory.

I'll look through jk_init.ini and see if openSUSE 10.2 has the rest of
the executables jailkit needs in suitable locations.

Steve

> Steve Follmer wrote:
>> Using jailkit 2.3 on openSUSE 10.2 I ultimately needed to 1. change the
>> executable path and 2. add /dev/null to devices. See below. I only
>> created a jail for sftp and scp so I don't know about the other sections
>> of jk_init.ini.
> 
> see
> http://cvs.savannah.nongnu.org/viewvc/jailkit/ini/jk_init.ini?root=jailkit&r1=1.16&r2=1.17
> 
> 
> the /dev/null was added in March.
> 
>> I suppose that since Ubuntu is Debian based you find that the same
>> jk_init.ini works on both? I notice jailkit has a separate folder for
>> debian. Could you add a suse/ folder to hold both the modified jk_init.d
>> and your existing jailkit suse script from the extra/ folder.
> 
> yeah we should develop better default files for different distributions.
>  If you can come up with a good file for suse (not only the ftp section)
> I can add it as a specific suse optimized file.
> 
> regards,
>     Olivier
> 
> 
> _______________________________________________
> Jailkit-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/jailkit-users
> 





reply via email to

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