Skip to content

Commit

Permalink
taint: remove unused variable usr_sbin
Browse files Browse the repository at this point in the history
follow-up to 13a0702

rhel-only: policy

Related: RHEL-40924
  • Loading branch information
jamacku committed Jul 16, 2024
1 parent aa8ee6a commit 45ab6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/taint.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ char* taint_string(void) {
* runtime should be tagged here. For stuff that is known during compilation, emit a warning in the
* configuration phase. */

_cleanup_free_ char *bin = NULL, *usr_sbin = NULL, *var_run = NULL;
_cleanup_free_ char *bin = NULL, *var_run = NULL;

if (readlink_malloc("/bin", &bin) < 0 || !PATH_IN_SET(bin, "usr/bin", "/usr/bin"))
stage[n++] = "unmerged-usr";
Expand Down

0 comments on commit 45ab6c1

Please sign in to comment.