aum

Comment 4 for bug 1186007

Revision history for this message
Yuri Myasoedov (ymyasoedov) wrote :

Actually, aum calls some privileged commands like "mount" or "chroot". Apparently, you should enter password at least one time after running aum, because aum will call these commands like "sudo mount", "sudo chroot" and so on.
Is this problematic for you to specify password for sudo?

There are two ways:
1. Run aum with sudo, and all internal command call will be calling without sudo.
2. Run aum with common permissions, and call only privileged commands with sudo internally from code.

I think, second way is more safe.