search for: restore_gid

Displaying 1 result from an estimated 1 matches for "restore_gid".

2001 Apr 22
1
relaxing access rights verifications
...m to modify directories such as .ssh , bin , lib , ... in his chroot whereas he is able to create all that he wants in his home. So here is a patch to permit : . file readable by group if owned by root . directories writeable by group if owned by root I added two functions temporarily_use_gid and restore_gid to permit to access the authorized_keys2 file. The gid used is the primary group of the user. This patch fixes only the cases I met. Here is an up to date chroot patch for 2.5.2p2 too. And the most important : thanks to all developers of such a great tools. Regards, Denis Ducamp. -- Denis.D...