How Do I Block Read Access to a Symbolic Link?
I have this file structure:
> Folder 1
>> Folder 1.1 (Symlink to Folder 2.1)
>> File 1.1
> Folder 2
>> Folder 2.1
>> File 2.1
I need php to be able to read Folder 1.1 contents, but programmers who FTP into Folder 1 won't be able to read the symlink (they CAN see the symlink, but not FOLLOW it including all reads, and writes).
I have this file structure:
> Folder 1
>> Folder 1.1 (Symlink to Folder 2.1)
>> File 1.1
> Folder 2
>> Folder 2.1
>> File 2.1
I need php to be able to read Folder 1.1 contents, but programmers who FTP into Folder 1 won't be able to read the symlink (they CAN see the symlink, but not FOLLOW it including all reads, and writes).
No comments:
Post a Comment