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

Differentiated writable permissions



Hi all!

Yesterday someone asked me the possibility to create two users for FTP
access. One that had the ability to create any type of file and other
that could create any type of files except directories to avoid changing
the structure of the access tree.

As I'm using ProFTPd, I thought this could be done at application level
as follows:


<Directory /home/ftphome/*>
  <Limit MKD RMD>
        Order Allow,Deny
        AllowUser adminftp
        Deny ALL
  </Limit>
</Directory>


But the following restlessness arose to me: if I want to do this at the
filesystem, how could I get it? Because the writing permission that we
can set for user/group does not discriminate types of archives.

Thanks in advance for your replies.

Regards,
Daniel
-- 
Fingerprint: BFB3 08D6 B4D1 31B2 72B9  29CE 6696 BF1B 14E6 1D37
Powered by Debian GNU/Linux Lenny - Linux user #188.598

Attachment: signature.asc
Description: Digital signature


Reply to: