Kaydet (Commit) 0056224a authored tarafından Petr Mladek's avatar Petr Mladek

Use more reasonable permissions also the profile files

üst ecbed27f
...@@ -107,7 +107,7 @@ sub add_profile_into_filelist ...@@ -107,7 +107,7 @@ sub add_profile_into_filelist
$profile{'ismultilingual'} = 0; $profile{'ismultilingual'} = 0;
$profile{'sourcepath'} = $completeprofilename; $profile{'sourcepath'} = $completeprofilename;
$profile{'Name'} = $oneprofile->{'Name'}; $profile{'Name'} = $oneprofile->{'Name'};
$profile{'UnixRights'} = "444"; $profile{'UnixRights'} = "644";
$profile{'gid'} = $oneprofile->{'gid'}; $profile{'gid'} = $oneprofile->{'gid'};
$profile{'Dir'} = $oneprofile->{'Dir'}; $profile{'Dir'} = $oneprofile->{'Dir'};
$profile{'destination'} = $oneprofile->{'destination'}; $profile{'destination'} = $oneprofile->{'destination'};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment