- 22 Sep, 2020 1 commit
-
-
Jan Luca Naumann authored
At the moment at least Debian sticks to polkit version 0.105 since they have concerns about the JS-based rules config and the migration of old pkla configurations, compare [1]. To dispel the converns about automatic migration I developed a little helper to convert most kinds of pkla config files to JS. I know this is mainly a Debian-specific problem but maybe upstream is interested to provide the helper as well. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946231Signed-off-by:
Jan Luca Naumann <j.naumann@fu-berlin.de>
-
- 09 Sep, 2020 1 commit
-
- 08 Sep, 2020 1 commit
-
-
Jan Rybar authored
-
- 25 Aug, 2020 2 commits
-
-
Jan Rybar authored
- 31 Jul, 2020 2 commits
-
-
Xi Ruoyao authored
- 27 Jul, 2020 2 commits
-
-
Jan Rybar authored
- 19 Jun, 2020 4 commits
-
-
Yuri Chornoivan authored
-
Andika Triwidada authored
- 17 Jun, 2020 2 commits
-
-
Karl Ove Hufthammer authored
- 16 Jun, 2020 2 commits
-
-
Xi Ruoyao authored
- 21 Feb, 2020 2 commits
-
-
Bastien Nocera authored
Just compiles and installs polkit
- 27 Jan, 2020 4 commits
- 08 Oct, 2019 2 commits
-
-
Jan Rybar authored
- 07 Oct, 2019 3 commits
-
-
Jan Rybar authored
-
Jan Rybar authored
Update Swedish translation See merge request polkit/polkit!39
- 14 Sep, 2019 1 commit
-
-
Anders Jonsson authored
-
- 01 Aug, 2019 2 commits
-
-
Jan Rybar authored
pkttyagent: process stopped by SIGTTOU if run in background job See merge request polkit/polkit!34
-
Jan Rybar authored
-
- 19 May, 2019 2 commits
-
-
Ray Strode authored
Update Danish translation (da.po) See merge request polkit/polkit!23
-
scootergrisen authored
-
- 26 Apr, 2019 2 commits
-
-
Jan Rybar authored
Release 0.116 release notes See merge request polkit/polkit!32
-
Jan Rybar authored
-
- 25 Apr, 2019 2 commits
-
-
Jan Rybar authored
README update reflecting transition to Gitlab See merge request polkit/polkit!31
-
Jan Rybar authored
-
- 02 Apr, 2019 2 commits
-
-
Jan Rybar authored
Js encode string to utf8 See merge request polkit/polkit!29
-
Jan Rybar authored
When strings handled by the jsbackendauthority contain non-ASCII, the code will fail. For example, on a system having a user with a non-ASCII name, the following message will appear when a USB stick is plugged in. mar 04 21:47:31 mimmi polkitd[17163]: Error evaluating authorization rules The user will not be allowed to do the mount. The problem is that strings were variously encoded back to C strings with JS_EncodeString and JS_EncodeStringToUTF8. According to the documentation (https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_EncodeString#Description) the former will simply drop the high byte from each character. If that happens to a username, it will no longer be found as a valid user name on the system. Explicitly encoding to UTF-8 will at least work in UTF-8 locales, which is the increasingly dominant encoding.
-
- 26 Mar, 2019 1 commit
-
-
Jan Rybar authored
Code polish and removal of unused var reported by lint See merge request polkit/polkit!27
-