File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ IF(UNIX)
93
93
COMPONENT Client )
94
94
INSTALL (FILES rpm/server.cnf DESTINATION ${INSTALL_SYSCONF2DIR}
95
95
COMPONENT IniFiles )
96
+ INSTALL (FILES rpm/enable_encryption.preset DESTINATION ${INSTALL_SYSCONF2DIR}
97
+ COMPONENT IniFiles )
96
98
ENDIF ()
97
99
98
100
# This is for SuSE:
Original file line number Diff line number Diff line change
1
+ #
2
+ # !include this file into your my.cnf (or any of *.cnf files in /etc/my.cnf.d)
3
+ # and it will enable data at rest encryption. This is a simple way to
4
+ # ensure that everything that can be encrypted will be and your
5
+ # data will not leak unencrypted.
6
+ #
7
+ # If in the future more encryption related options will be implemented,
8
+ # this file will enable them too.
9
+ #
10
+ [mariadb]
11
+ aria-encrypt-tables
12
+ encrypt-binlog
13
+ encrypt-tmp-disk-tables
14
+ encrypt-tmp-files
15
+ loose-innodb-encrypt-log
16
+ loose-innodb-encrypt-tables
You can’t perform that action at this time.
0 commit comments