audit: remove open_arg() function that is never used
open_arg() was added in commit 55669bfa
"audit: AUDIT_PERM support"
and never used. Remove it.
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
This commit is contained in:
Родитель
9ef9151477
Коммит
f874738e8c
|
@ -126,14 +126,6 @@ struct audit_tree_refs {
|
|||
struct audit_chunk *c[31];
|
||||
};
|
||||
|
||||
static inline int open_arg(int flags, int mask)
|
||||
{
|
||||
int n = ACC_MODE(flags);
|
||||
if (flags & (O_TRUNC | O_CREAT))
|
||||
n |= AUDIT_PERM_WRITE;
|
||||
return n & mask;
|
||||
}
|
||||
|
||||
static int audit_match_perm(struct audit_context *ctx, int mask)
|
||||
{
|
||||
unsigned n;
|
||||
|
|
Загрузка…
Ссылка в новой задаче