Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Hello All, I am setup acl on linux/2.5.01 (Travis) Build 1976 But I have some question: I have module test, and in this module 3 files file_ok,file_bad and file. One user (test_user) must have permission on all in this module without file_bad. What I doing: Cvs co test Cvs chacl -a all -u test_user test Cd test Cvs chacl -a none -u test_user file_bad But result of this command is strange: User test_user can checkout module test _with_ file_bad (where ACL?!), but can't commit and update file_bad (at this operation ACL work fine). How I can setup ACL for checkout module test without file_bad? Thanks for any help, Gennady.