[Rpm-maint] [rpm-software-management/rpm] rpm install block file will load brd modules automatically (Issue #2275)
xujing
notifications at github.com
Fri Nov 11 03:38:25 UTC 2022
The brd module is automatically loaded after fsmOpenat() the block file.
```
if (!rc && fd == -1 && !S_ISLNK(fp->sb.st_mode)) {
/* Only follow safe symlinks, and never on temporary files */
fd = fsmOpenat(di.dirfd, fp->fpath,
fp->suffix ? AT_SYMLINK_NOFOLLOW : 0, 0);
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2275#issuecomment-1311191497
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2275/1311191497 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221110/7201d822/attachment.html>
More information about the Rpm-maint
mailing list