mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix build failure in df4ed537e
allow reading of /etc/ld-musl-*.path
2.13 does not support warn flags Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
df4ed537eb
commit
44a7f6eca9
1 changed files with 2 additions and 2 deletions
|
@ -850,8 +850,8 @@ int mnt_rule::gen_policy_change_mount_type(Profile &prof, int &count,
|
|||
"same time for propagation type flags");
|
||||
goto fail;
|
||||
} else if (device && !mnt_point) {
|
||||
pwarn(WARN_DEPRECATED, _("The use of source as mount point for "
|
||||
"propagation type flags is deprecated.\n"));
|
||||
pwarn(_("The use of source as mount point for "
|
||||
"propagation type flags is deprecated.\n"));
|
||||
mountpoint = device;
|
||||
}
|
||||
if (!convert_entry(mntbuf, mountpoint))
|
||||
|
|
Loading…
Add table
Reference in a new issue