summaryrefslogtreecommitdiff
path: root/src/polkitbackend
AgeCommit message (Expand)AuthorFilesLines
2023-12-14Add pidfd parameter to CheckAuthorization()Luca Boccassi1-1/+1
2023-11-02mozjs: apply user_of_subject fix as wellLuca Boccassi1-9/+12
2023-10-03user_of_subject is NULL if DBus provides groupsJan Rybar1-9/+12
2023-08-17jsauthority: add 'system_unit' and 'no_new_privileges' subject attributesLuca Boccassi4-0/+163
2023-08-17jsauthority: parse groups from GetConnectionCredentials() if availableLuca Boccassi2-48/+100
2023-08-17polkitd: use PIDFDs if available to track processesLuca Boccassi4-27/+121
2023-07-30jsauthority: mozjs: Disable JITXi Ruoyao1-1/+10
2023-05-24duktape: prevent wrongful termination of runaway threadLaurent Gauthier1-0/+39
2023-04-05systemd: set User/Group and don't change uid/gid if already setLuca Boccassi1-2/+9
2023-02-28if LANGUAGE have been set in /etc/default, set LANG is invalid, gettext canno...liudun1-2/+3
2022-08-12jsauthority: port to mozjs-102Xi Ruoyao1-2/+0
2022-08-04polkitbackendduktapeauthority.c: Print the error string we get back from duktapeJordan Petridis1-1/+1
2022-07-14Install 50-default.rules in /usr/shareLuca Boccassi1-1/+1
2022-07-14Make netgroup support optionalA. Wilcox3-8/+12
2022-05-13fixup! backend: Dedup some code for temporary auth subjectsVincent Mihalkovic1-1/+3
2022-05-10backend: Dedup some code for temporary auth subjectsColin Walters1-42/+32
2022-05-09Remove autotools build systemJan Rybar1-131/+0
2022-04-27backend: Check for subject's primary group when expanding admin groupDan Nicholson1-1/+16
2022-04-07jsauthority: use JS::CompileUtf8Path instead of custom code reading fileXi Ruoyao1-28/+3
2022-04-06polkitd: consider connection to the system bus in return valueVincent Mihalkovic1-6/+5
2022-04-02fix build without C++Fabrice Fontaine1-0/+1
2022-01-27jsauthority: port to mozjs-91Xi Ruoyao1-2/+7
2022-01-25Added support for duktape as JS engineGustavo Lima Chaves6-668/+1823
2021-07-19build: Make the directory for helper executables consistent with AutotoolsSimon McVittie1-1/+1
2021-04-13Revert "Merge branch 'pwithnall/polkit-51-usr-local-share-is-my-homeboy' into...revert-2c8287fbJan Rybar3-8/+2
2021-02-25test: Fix a typo in a commentJan Rybar3-2/+8
2020-10-26build: Port to meson build systemJan Rybar2-0/+73
2020-08-25Port polkit to mozjs78Jan Rybar1-9/+6
2020-06-16Port JavaScript authority to mozjs-68Xi Ruoyao1-64/+79
2020-02-21ci: Add a CIBastien Nocera1-2/+3
2019-10-08jsauthority: Fix two minor memory leaksJan Rybar1-0/+2
2019-04-02Use JS_EncodeStringToUTF8 consistently with JavaScriptJan Rybar1-7/+15
2019-03-26Code polish and removal of unused var reported by lintJan Rybar1-3/+1
2019-03-12Port the JS authority to mozjs-60Emmanuele Bassi1-33/+32
2019-01-08backend: Compare PolkitUnixProcess uids for temporary authorizationsColin Walters1-1/+38
2018-11-29polkitbackend: Fix some minor typos in an internal commentPhilip Withnall1-2/+2
2018-08-15Leaking zombie child processesJan Rybar1-1/+2
2018-07-03Fix CVE-2018-1116: Trusting client-supplied UIDMiloslav Trmač4-23/+95
2018-04-03jsauthority: pass "%s" format string to remaining report functionRay Strode1-1/+1
2018-04-03jsauthority: re-enable JITRay Strode1-6/+3
2018-04-03jsauthority: switch from JS_ConvertArguments to JS::CallArgsFromVpRay Strode1-19/+14
2018-04-03jsauthority: stop using JS_GetStringCharsZRay Strode1-9/+6
2018-04-03jsauthority: fix up set_property methodsRay Strode1-26/+35
2018-04-03jsauthority: use JS::Evaluate instead of JS_EvaluateScriptRay Strode1-28/+21
2018-04-03jsauthority: adapt arguments for new JS_ExecuteScript APIRay Strode1-1/+0
2018-04-03jsauthority: adapt arguments for new JS::Compile APIRay Strode1-6/+1
2018-04-03jsauthority: root some locals to the contextRay Strode1-4/+4
2018-04-03jsauthority: redo how global objects are set upRay Strode1-23/+25
2018-04-03jsauthority: use InterruptCallback api instead of OperationCallbackRay Strode1-5/+7
2018-04-03jsauthority: Fix up JS_CallFunctionName invocationsRay Strode1-28/+28