1
0
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:
Zdenek Kabelac 2014-06-20 11:10:42 +02:00
parent 59ed4d3bf6
commit 32ad8ab5a4

View File

@ -100,8 +100,10 @@ static const char * const _blacklist_maps[] = {
"/libselinux.so.", /* not using selinux during mlock */
"/libsepol.so.", /* not using sepol during mlock */
"/libtinfo.so.", /* not using tinfo during mlock */
"/libudev.so.", /* not using udev during mlock */
"/libuuid.so.", /* not using uuid during mlock (blkid) */
"/libdl-", /* not using dlopen,dlsym during mlock */
"/etc/selinux", /* not using selinux during mlock */
/* "/libdevmapper-event.so" */
};