Edgewall Software

Opened 11 years ago

Last modified 10 years ago

#10961 closed defect

Version control folder permissions — at Initial Version

Reported by: chamith.malinda@… Owned by:
Priority: normal Milestone: 1.0.2
Component: version control/browser Version: 0.12
Severity: normal Keywords: authzpolicy
Cc: dev@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi,

I want to restrict several folders to several trac users. So I used FineGrainedPermissions.

http://trac.edgewall.org/wiki/TracFineGrainedPermissions

If we say john not allowed to view the trunk/src/some/location then I put below in the

[repository:test_repo@*/source:trunk/src/some/location/*@*] john = !BROWSER_VIEW, !FILE_VIEW

/var/www/trac/conf/authzpolicy.conf file.

But it not getting effected. (I already give the permissions to group which the john also in for BROWSER_VIEW and FILE_VIEW in admin panel permissions) I need restrict the trunk/src/some/location folder only to john.

Change History (0)

Note: See TracTickets for help on using tickets.