Compare commits
	
		
			1 커밋
		
	
	
		
			23f697bcc9
			...
			9df2e9ee90
		
	
	| 작성자 | SHA1 | 날짜 | |
|---|---|---|---|
| 9df2e9ee90 | 
							
								
								
									
										2
									
								
								qssb.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								qssb.h
									
									
									
									
									
								
							@@ -410,7 +410,7 @@ static int drop_caps()
 | 
				
			|||||||
 * 
 | 
					 * 
 | 
				
			||||||
 * @returns: 0 on success, -1 on error
 | 
					 * @returns: 0 on success, -1 on error
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
static int seccomp_enable(int *syscalls, int per_syscall, int default_action)
 | 
					static int seccomp_enable(int *syscalls, unsigned int per_syscall, unsigned int default_action)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	struct sock_filter filter[1024] =
 | 
						struct sock_filter filter[1024] =
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user