creation_permissions #6
@@ -36,6 +36,7 @@ void destroy_ui_socket(void);
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * @param filename: The file that the process is trying to access
 | 
					 * @param filename: The file that the process is trying to access
 | 
				
			||||||
 * @pram pi: The process information
 | 
					 * @pram pi: The process information
 | 
				
			||||||
 | 
					 * @param opts: options (GRANT_TEMP, GRANT_PERM)
 | 
				
			||||||
 * @return: 0 if access is denied, 1 if access is allowed
 | 
					 * @return: 0 if access is denied, 1 if access is allowed
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
int interactive_access(const char *filename, struct process_info pi, int opts);
 | 
					int interactive_access(const char *filename, struct process_info pi, int opts);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user