#241: --interactive mode fails to reopen stdout as another user (not root)
----------------------+-----------------------------------------------------
Reporter: raphink | Owner: lutter
Type: defect | Status: new
Priority: minor | Milestone: next
Component: Augeas | Version: devel
Resolution: | Keywords:
----------------------+-----------------------------------------------------
Changes (by raphink):
* summary: --interactive mode fails to reopen stdout in screen =>
--interactive mode fails to reopen stdout as
another user (not root)
Old description:
> When running `augtool -i` inside a screen, I get:
>
> {{{
> $ echo "ls /" | augtool -i
> augeas/ = (none)
> files/ = (none)
> Failed to reopen stdout: Permission denied
> }}}
New description:
When running `augtool -i` as another user (not root), I get:
{{{
$ sudo -i -u another_user
$ echo "ls /" | augtool -i
augeas/ = (none)
files/ = (none)
Failed to reopen stdout: Permission denied
}}}
--
Ticket URL: <https://fedorahosted.org/augeas/ticket/241#comment:1>
Augeas <http://augeas.net/>
a configuration API
_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel