소스 검색

Dovecot permissions

Bob Mottram 8 년 전
부모
커밋
46a4f19698
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone-utils-setup

+ 3
- 0
src/freedombone-utils-setup 파일 보기

@@ -493,6 +493,9 @@ function lockdown_permissions {
493 493
     if [ -f /usr/sbin/exim4 ]; then
494 494
         chmod u+s /usr/sbin/exim4
495 495
     fi
496
+    if [ -f /usr/sbin/dovecot ]; then
497
+        chmod u+s /usr/sbin/dovecot
498
+    fi
496 499
 
497 500
     set_sticky_bits
498 501