1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

Fix selinux compile.

This commit is contained in:
Alasdair Kergon 2005-11-10 18:31:17 +00:00
parent 91a7cf559d
commit bf9c60feb5

View File

@ -236,7 +236,7 @@ static int _create_control(const char *control, uint32_t major, uint32_t minor)
}
#ifdef HAVE_SELINUX
if (!set_selinux_context(control, S_IFCHR)) {
if (!dm_set_selinux_context(control, S_IFCHR)) {
stack;
return 0;
}