blob: 31689437e0e1ec895fa062ba8a93e504abeab737 [file] [log] [blame]
Thomas Gleixnerb886d83c2019-06-01 10:08:55 +02001/* SPDX-License-Identifier: GPL-2.0-only */
John Johansen63e2b422010-07-29 14:48:03 -07002/*
3 * AppArmor security module
4 *
5 * This file contains AppArmor /proc/<pid>/attr/ interface function definitions.
6 *
7 * Copyright (C) 1998-2008 Novell/SUSE
8 * Copyright 2009-2010 Canonical Ltd.
John Johansen63e2b422010-07-29 14:48:03 -07009 */
10
11#ifndef __AA_PROCATTR_H
12#define __AA_PROCATTR_H
13
John Johansen76a1d262017-06-09 12:47:17 -070014int aa_getprocattr(struct aa_label *label, char **string);
John Johansendf8073c2017-06-09 11:36:48 -070015int aa_setprocattr_changehat(char *args, size_t size, int flags);
John Johansen63e2b422010-07-29 14:48:03 -070016
17#endif /* __AA_PROCATTR_H */