mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
memlock: skip more entries
Add more entries for memlock skipping - since those are never used by lvm code in critical section (suspend state).
This commit is contained in:
parent
59ed4d3bf6
commit
32ad8ab5a4
@ -100,8 +100,10 @@ static const char * const _blacklist_maps[] = {
|
|||||||
"/libselinux.so.", /* not using selinux during mlock */
|
"/libselinux.so.", /* not using selinux during mlock */
|
||||||
"/libsepol.so.", /* not using sepol during mlock */
|
"/libsepol.so.", /* not using sepol during mlock */
|
||||||
"/libtinfo.so.", /* not using tinfo during mlock */
|
"/libtinfo.so.", /* not using tinfo during mlock */
|
||||||
"/libuuid.so.", /* not using uuid during mlock (blkid) */
|
"/libudev.so.", /* not using udev during mlock */
|
||||||
|
"/libuuid.so.", /* not using uuid during mlock (blkid) */
|
||||||
"/libdl-", /* not using dlopen,dlsym during mlock */
|
"/libdl-", /* not using dlopen,dlsym during mlock */
|
||||||
|
"/etc/selinux", /* not using selinux during mlock */
|
||||||
/* "/libdevmapper-event.so" */
|
/* "/libdevmapper-event.so" */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user