Skip to content

Commit

Permalink
MDEV-21886 MariaDB RPM upgrade overwrites PAM user map
Browse files Browse the repository at this point in the history
%config(noreplace) /etc/security
  • Loading branch information
vuvova committed May 6, 2020
1 parent 8648b9b commit b22a4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/auth_pam/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ IF(HAVE_PAM_APPL_H)
IF(INSTALL_PAMDIR)
INSTALL(TARGETS pam_user_map DESTINATION ${INSTALL_PAMDIR} COMPONENT Server)
INSTALL(FILES mapper/user_map.conf DESTINATION ${INSTALL_PAMDATADIR} COMPONENT Server)
SET(CPACK_RPM_server_USER_FILELIST ${CPACK_RPM_server_USER_FILELIST} "%config(noreplace) ${INSTALL_PAMDATADIR}/*" PARENT_SCOPE)
ENDIF()
ENDIF()
ENDIF(HAVE_PAM_APPL_H)
Expand Down

0 comments on commit b22a4bf

Please sign in to comment.