Updated patch with fixes for permissions on testopia files. Also removed unused diff.

This commit is contained in:
ghendricks%novell.com 2007-07-16 21:08:46 +00:00
Родитель 9ca4577650
Коммит 888713a706
1 изменённых файлов: 25 добавлений и 15 удалений

Просмотреть файл

@ -14,21 +14,6 @@ diff -u -r1.141 editusers.cgi
'fielddefs READ',
'tokens WRITE',
'logincookies WRITE',
Index: Bugzilla.pm
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/Bugzilla.pm,v
retrieving revision 1.55.2.1
diff -u -r1.55.2.1 Bugzilla.pm
--- Bugzilla.pm 16 Mar 2007 20:17:49 -0000 1.55.2.1
+++ Bugzilla.pm 15 Jun 2007 22:57:19 -0000
@@ -54,6 +54,7 @@
'editparams.cgi',
'checksetup.pl',
'recode.pl',
+ 'tr_install.pl',
];
# Non-cgi scripts that should silently exit.
Index: enter_bug.cgi
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v
@ -467,3 +452,28 @@ diff -u -r1.50 votes.cgi
'group_group_map READ', 'groups READ', 'group_control_map READ');
if ($canedit && $bug_id) {
Index: Bugzilla/Install/Filesystem.pm
===================================================================
RCS file: /cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm,v
retrieving revision 1.18
diff -u -r1.18 Filesystem.pm
--- Bugzilla/Install/Filesystem.pm 9 Dec 2006 11:58:14 -0000 1.18
+++ Bugzilla/Install/Filesystem.pm 16 Jul 2007 20:47:00 -0000
@@ -108,6 +108,8 @@
'runtests.pl' => { perms => $owner_executable },
'testserver.pl' => { perms => $ws_executable },
'whine.pl' => { perms => $ws_executable },
+ 'tr_csv2xml.pl' => { perms => $ws_executable },
+ 'tr_importxml.pl' => { perms => $ws_executable },
'customfield.pl' => { perms => $owner_executable },
'email_in.pl' => { perms => $ws_executable },
@@ -149,6 +151,8 @@
dirs => $ws_dir_readable },
"$libdir/Bugzilla" => { files => $ws_readable,
dirs => $ws_dir_readable },
+ "$libdir/testopia" => { files => $ws_readable,
+ dirs => $ws_dir_readable },
$templatedir => { files => $ws_readable,
dirs => $ws_dir_readable },
images => { files => $ws_readable,