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 /proc/<pid>/attr/ interface function definitions.
0006  *
0007  * Copyright (C) 1998-2008 Novell/SUSE
0008  * Copyright 2009-2010 Canonical Ltd.
0009  */
0010 
0011 #ifndef __AA_PROCATTR_H
0012 #define __AA_PROCATTR_H
0013 
0014 int aa_getprocattr(struct aa_label *label, char **string);
0015 int aa_setprocattr_changehat(char *args, size_t size, int flags);
0016 
0017 #endif /* __AA_PROCATTR_H */