checkpath: Remove the last HAVE_SELINUX test
This commit is contained in:
parent
a4cf61e8bf
commit
b8ab99b5d3
@ -161,10 +161,8 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_SELINUX
|
|
||||||
if (selinux_on)
|
if (selinux_on)
|
||||||
selinux_util_label(path);
|
selinux_util_label(path);
|
||||||
#endif
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user