Displaying 2 results from an estimated 2 matches for "120007f".
Did you mean:
100007f
2017 Jan 11
0
Trouble removing files in chrooted sftp
...de=S_IFDIR|0775, st_size=98, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1883, ...}) = 0
lstat("/intranet//..", {st_mode=S_IFDIR|0755, st_size=56, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1883, ...}) = 0
lstat("/intranet//120007f.dotx", {st_mode=S_IFREG|0664, st_size=63788,
...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1883, ...}) = 0
lstat("/intranet//120007f.xml.orig", {st_mode=S_IFREG|0640, st_size=607,
...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=18...
2017 Jan 09
2
Trouble removing files in chrooted sftp
Hi,
I have trouble setting up chrooted SFTP for our user.
I got the basic SFTP chroot working, user is chrooted to its home
directory, I've added /home/userb/etc directory with dummy passwd, group
and localtime files.
The problem is that instead of only accessing its own files, I need the
user to be able to remove another users files.
I have web application which runs as different user, the