Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
416b811a
Commit
416b811a
authored
Sep 08, 2015
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-8775 enabling encryption is too error-prone
create a "preset" file to enable all encryption options at once
parent
7bd2f20e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
support-files/CMakeLists.txt
support-files/CMakeLists.txt
+2
-0
support-files/rpm/enable_encryption.preset
support-files/rpm/enable_encryption.preset
+16
-0
No files found.
support-files/CMakeLists.txt
View file @
416b811a
...
@@ -93,6 +93,8 @@ IF(UNIX)
...
@@ -93,6 +93,8 @@ IF(UNIX)
COMPONENT Client
)
COMPONENT Client
)
INSTALL
(
FILES rpm/server.cnf DESTINATION
${
INSTALL_SYSCONF2DIR
}
INSTALL
(
FILES rpm/server.cnf DESTINATION
${
INSTALL_SYSCONF2DIR
}
COMPONENT IniFiles
)
COMPONENT IniFiles
)
INSTALL
(
FILES rpm/enable_encryption.preset DESTINATION
${
INSTALL_SYSCONF2DIR
}
COMPONENT IniFiles
)
ENDIF
()
ENDIF
()
# This is for SuSE:
# This is for SuSE:
...
...
support-files/rpm/enable_encryption.preset
0 → 100644
View file @
416b811a
#
# !include this file into your my.cnf (or any of *.cnf files in /etc/my.cnf.d)
# and it will enable data at rest encryption. This is a simple way to
# ensure that everything that can be encrypted will be and your
# data will not leak unencrypted.
#
# If in the future more encryption related options will be implemented,
# this file will enable them too.
#
[mariadb]
aria-encrypt-tables
encrypt-binlog
encrypt-tmp-disk-tables
encrypt-tmp-files
loose-innodb-encrypt-log
loose-innodb-encrypt-tables
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment