Comment 26 for bug 1751005

Revision history for this message
Seth Arnold (seth-arnold) wrote :

As more applications get AppArmor profiles, this may come up more frequently.

Installations with "home directories" not under /home/ may want to install AppArmor alias rules so that user-oriented tools with profiles can function as desired. The usual place to write them is in /etc/apparmor.d/tunables/alias ; add a line like:

alias /home/ -> /home2/

or

alias /home/ -> /export/home/

as needed.

Thanks