Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * AppArmor security module
0004  *
0005  * This file contains AppArmor ipc mediation function definitions.
0006  *
0007  * Copyright (C) 1998-2008 Novell/SUSE
0008  * Copyright 2009-2017 Canonical Ltd.
0009  */
0010 
0011 #ifndef __AA_IPC_H
0012 #define __AA_IPC_H
0013 
0014 #include <linux/sched.h>
0015 
0016 int aa_may_signal(struct aa_label *sender, struct aa_label *target, int sig);
0017 
0018 #endif /* __AA_IPC_H */