dma icon indicating copy to clipboard operation
dma copied to clipboard

support command aliases

Open clinta opened this issue 4 years ago • 1 comments

It would be nice if dma worked with command aliases. As described in aliases(5)

     |command
             Pipe the message to command on its standard input.  The
             command is run under the privileges of the daemon's
             unprivileged account.

clinta avatar Aug 13 '21 20:08 clinta

when we designed the dma architecture, we deliberately decided against running commands, because it requires running as setuid root and increases the vulnerability surface significantly. if you need command aliases, dma is not for you.

On August 13, 2021 3:08:21 PM CDT, Clint Armstrong @.***> wrote:

It would be nice if dma worked with command aliases. As described in aliases(5)

    |command
            Pipe the message to command on its standard input.  The
            command is run under the privileges of the daemon's
            unprivileged account.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/corecode/dma/issues/102 -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

corecode avatar Aug 13 '21 20:08 corecode