18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * AppArmor security module
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * This file contains AppArmor /proc/<pid>/attr/ interface function definitions.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci * Copyright (C) 1998-2008 Novell/SUSE
88c2ecf20Sopenharmony_ci * Copyright 2009-2010 Canonical Ltd.
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __AA_PROCATTR_H
128c2ecf20Sopenharmony_ci#define __AA_PROCATTR_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciint aa_getprocattr(struct aa_label *label, char **string);
158c2ecf20Sopenharmony_ciint aa_setprocattr_changehat(char *args, size_t size, int flags);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif /* __AA_PROCATTR_H */
18