5 커밋 bc1dc97b6b ... 621e91d31a

작성자 SHA1 메시지 날짜
  Sven Velt 621e91d31a Decode byte strings to UTF-8 5 년 전
  Sven Velt 92c878cc8f 2to3, interpreter changed 5 년 전
  Sven Velt 62e46ef47e Added "lib64" to example regexp (for RedHat/Fedora) 5 년 전
  Sven Velt bc1dc97b6b Decode byte strings to UTF-8 5 년 전
  Sven Velt f09bfba862 2to3, interpreter changed 5 년 전
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      ssh-wrapper.py

+ 3 - 3
ssh-wrapper.py

@@ -21,9 +21,9 @@ allowed = [
 		##### Simplified/combined (and a little bit less secure)
 
 		### most Linux distributions (with "sudo" and "doas")
-		# r'^/usr/lib/(nagios/plugins|monitoring-plugins)/check_',
-		# r'^sudo\s+/usr/lib/(nagios/plugins|monitoring-plugins)/check_',
-		# r'^doas\s+/usr/lib/(nagios/plugins|monitoring-plugins)/check_',
+		# r'^/usr/lib(64)?/(nagios/plugins|monitoring-plugins)/check_',
+		# r'^sudo\s+/usr/lib(64)?/(nagios/plugins|monitoring-plugins)/check_',
+		# r'^doas\s+/usr/lib(64)?/(nagios/plugins|monitoring-plugins)/check_',
 
 		### *BSD (with "sudo" and "doas")
 		# r'^/usr/local/libexec/nagios/check_',