.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * AppArmor security module |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright (C) 1998-2008 Novell/SUSE |
---|
7 | 8 | * Copyright 2009-2010 Canonical Ltd. |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or |
---|
10 | | - * modify it under the terms of the GNU General Public License as |
---|
11 | | - * published by the Free Software Foundation, version 2 of the |
---|
12 | | - * License. |
---|
13 | 9 | */ |
---|
14 | 10 | |
---|
15 | 11 | #include <linux/binfmts.h> |
---|
.. | .. |
---|
34 | 30 | struct aa_label *x_table_lookup(struct aa_profile *profile, u32 xindex, |
---|
35 | 31 | const char **name); |
---|
36 | 32 | |
---|
37 | | -int apparmor_bprm_set_creds(struct linux_binprm *bprm); |
---|
| 33 | +int apparmor_bprm_creds_for_exec(struct linux_binprm *bprm); |
---|
38 | 34 | |
---|
39 | 35 | void aa_free_domain_entries(struct aa_domain *domain); |
---|
40 | 36 | int aa_change_hat(const char *hats[], int count, u64 token, int flags); |
---|