mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	safe_asterisk: Change directory permissions to 755
If the safe_asterisk script detects that the /var/lib/asterisk directory doesn't exist, it now creates it with 755 permissions instead of 770. safe_asterisk needing to create that directory should be extremely rare though because it's normally created by 'make install' which already sets the permissions to 755. Resolves: #316
This commit is contained in:
		
				
					committed by
					
						![asterisk-org-access-app[bot]](/avatar/58a64b62d62d5b23df7bc832f016f9db?size=40) asterisk-org-access-app[bot]
						asterisk-org-access-app[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							0f416925db
						
					
				
				
					commit
					0c6253b9b8
				
			| @@ -97,7 +97,7 @@ else | ||||
|  | ||||
| 	if test ! -d "${ASTVARRUNDIR}"; then | ||||
| 		mkdir -p "${ASTVARRUNDIR}" | ||||
| 		chmod 770 "${ASTVARRUNDIR}" | ||||
| 		chmod 755 "${ASTVARRUNDIR}" | ||||
| 	fi | ||||
|  | ||||
| fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user