logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

alias (624B)


  1. # ------------------------------------------------------------------
  2. #
  3. # Copyright (C) 2010 Canonical Ltd.
  4. #
  5. # This program is free software; you can redistribute it and/or
  6. # modify it under the terms of version 2 of the GNU General Public
  7. # License published by the Free Software Foundation.
  8. #
  9. # ------------------------------------------------------------------
  10. # Alias rules can be used to rewrite paths and are done after variable
  11. # resolution. For example, if '/usr' is on removable media:
  12. # alias /usr/ -> /mnt/usr/,
  13. #
  14. # Or if mysql databases are stored in /home:
  15. # alias /var/lib/mysql/ -> /home/mysql/,