Advertisement
JoelAlejandro

AppArmor Profile for MySQL

Apr 18th, 2013
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <tunables/global>
  2.  
  3. /usr/local/mysql/bin/mysqld_safe {
  4. #include <abstractions/base>
  5. #include <abstractions/bash>
  6.  
  7. /bin/dash ix,
  8. /usr/local/mysql/bin/mysqld_safe r,
  9. /usr/local/mysql/data/ rw,
  10. /usr/local/mysql_datadir/** rwk,
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement