Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Can't add applications to fresh install of 1.2 (Moved from LH #32) #3

Open
alloy opened this issue Jun 19, 2009 · 0 comments
Open

Can't add applications to fresh install of 1.2 (Moved from LH #32) #3

alloy opened this issue Jun 19, 2009 · 0 comments

Comments

@alloy
Copy link
Contributor

alloy commented Jun 19, 2009

Reported by Leonard Chin:

I've narrowed down the problem to having my $SHELL set to a non-POSIX compatible shell (specifically "fish") after a few attempts with different users on different machines. Specifically, fish treats strings (escapes, primarily) slightly differently than POSIX shells do.

Thanks a lot for your investigation!

All potential solutions I can think of involve not passing in the YAML-marshalled host information as an argument (which is honestly rather ugly). * interprocess communication, e.g. druby (kinda ugly too) * passing the data in to AuthorizationExecuteWithPrivileges through a temporary intermediate file (the communicationsPipe argument).

I think the tmp file is the best solution then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant