You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking into it
It is not really the security model issue, but rather how we are launching the process.
When actually forking into the deescalated child process, I suppose we would have to also account for the cwd of a user since the env is being emulated.
Version Information: commit has d7182b6
Describe the bug:
When an alacritty terminal is spawned, it's shell working directory is
/root
Expected behavior:
The shell's working directory should be
~
Actual behavior:
The shell's working directory should be
/root
To Reproduce:
Install the version at the commit mentioned previously
Additional information:
I don't think this is related to alacritty, I added the following to my swhkdrc
and the notification I got said
/root
twiceThe text was updated successfully, but these errors were encountered: