Update the Docker script to disable security options
Disable seccomp and apparmor to compile Redox with Docker image.
This commit is contained in:
		
							parent
							
								
									2592ddf723
								
							
						
					
					
						commit
						69134b167c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -24,6 +24,6 @@ On selinux systems, replace #4 with: | ||||||
| ``` | ``` | ||||||
| docker run --cap-add MKNOD --cap-add SYS_ADMIN \ | docker run --cap-add MKNOD --cap-add SYS_ADMIN \ | ||||||
|     -e LOCAL_UID="$(id -u)" -e LOCAL_GID="$(id -g)" \ |     -e LOCAL_UID="$(id -u)" -e LOCAL_GID="$(id -g)" \ | ||||||
|     --device /dev/fuse -v "$(pwd):/home/user/src" --security-opt label=disable \ |     --device /dev/fuse -v "$(pwd):/home/user/src" --security-opt seccomp=unconfined apparmor=unconfined \ | ||||||
|     --rm redox make fetch all |     --rm redox make fetch all | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Bob Sun
						Bob Sun