execute: remove one aa profile output from context dump

The same data is output a few lines further up already, drop one.
This commit is contained in:
Lennart Poettering 2019-03-07 15:18:06 +01:00 committed by Yu Watanabe
parent ab212633d4
commit 4cea310fc7
1 changed files with 0 additions and 5 deletions

View File

@ -4567,11 +4567,6 @@ void exec_context_dump(const ExecContext *c, FILE* f, const char *prefix) {
else
fprintf(f, "%d\n", c->syscall_errno);
}
if (c->apparmor_profile)
fprintf(f,
"%sAppArmorProfile: %s%s\n",
prefix, c->apparmor_profile_ignore ? "-" : "", c->apparmor_profile);
}
bool exec_context_maintains_privileges(const ExecContext *c) {