Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
    
    
        
    
    
         
                
        
        
    
		
		
	        
		
	        
	    
	
        
            
				
            
                
					
[Solved] macOS -How to disable SIP
                
                
					 					                
             
			
			
    
        
            
    
    
  	  	
              
    	      
	        
            		            	
	                            
                    
                    (@hans)
                                        Famed Member Admin
                        
                
                                            Joined: 12 years ago
                    Posts: 3009
	             
                
            	
		        	         
	        
	            
	                                     Topic starter
                    March 7, 2020 4:10 AM  
		                                	            
	            
					Even though I really cannot recommend doing this, since it will affect the security of your Mac, but SIP can be disabled as such:
Disabled SIP:
- Reboot you make in Recovery Mode
 
- Open Terminal and execute: 
csrutil disable
 
- Restart your Mac normal and SIP is disabled.
 
You will now have the root of your disk read/write enabled for sudo.
Enabled SIP:
- Reboot you make in Recovery Mode
 
- Open Terminal and execute: 
csrutil enable
 
- Restart your Mac normal and SIP is disabled.
 
SIP will now be enabled again.
	             
	                                            	            	                	         
	        
	        
	       
	 	 
                    
        
	 	
	
  	  	
              
    	      
	        
            		            	
	                            
                    
                    (@Anonymous)
                                        Joined: 1 second ago
                    Posts: 0
	             
                
            	
                		                
		        	         
	        
	            
	                                                        June 23, 2021 1:33 AM  
		                                	            
	            
					This is an old post but I would like to attach a newer method for M1 Mackbook as @hans doesn't include in his post.
Disable System Integrity Protection for M1 Mac
Step 1: Reboot the Mac device into Recovery Mode by pressing Power button untill you see the Option Screen shows up. Hit on the Continue Button.
Step 2: Move to Utilities and Run the Terminal App.
Step 3: Now, type the csrutil disable in Terminal Window, and then press Return to disable the SIP.
Note: You should enter Y to agree and then the admin password in M1 Mac if typing this command.
Source URL: How to Disable System Integrity Protection (SIP) on All Mac Computers
 
	             
	            This post was modified 4 years ago by 
Anonymous                                 	            	                	         
	        
	        
	       
	 	 
        
	 	
	
  	  	
              
    	      
	        
            		            	
	                            
                    
                    (@hans)
                                        Famed Member Admin
                        
                
                                            Joined: 12 years ago
                    Posts: 3009
	             
                
            	
		        	         
	        
	            
	                                     Topic starter
                    June 23, 2021 3:46 AM  
		                                	            
	            
					Thanks dxdigg - excellent addition! 👍