Pārlūkot izejas kodu

Make share/snf-milter be owned by snfuser with mode 755 (so that the

rulebase can be created by snfuser).


git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@60 aa37657e-1934-4a5f-aa6d-2d8eab27ff7c
master
adeniz pirms 11 gadiem
vecāks
revīzija
ffcadfc38d
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  1. 9
    0
      Common/UtilityConfig.cpp

+ 9
- 0
Common/UtilityConfig.cpp Parādīt failu

@@ -889,6 +889,15 @@ UtilityConfig::SetOwnerPermissionsOfConfigFiles() {
}
File = DEFAULT_DATA_DIR;
if (FileExists(File)) {
SetMode(File, S_IRUSR | S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH);
SetOwnerGroup(File);
}
std::string LogDir = GetLogPath();
if (FileExists(LogDir)) {

Notiek ielāde…
Atcelt
Saglabāt