summaryrefslogtreecommitdiff
path: root/meson_post_install.py
Commit message (Collapse)AuthorAgeFilesLines
* Ownership of custom rules changed to increase securityJan Rybar2023-04-031-6/+6
|
* Stop installing /usr/share/polkit-1/rules.d as 700/polkitdLuca Boccassi2023-03-211-18/+13
|
* SUID bit removed after chownJan Rybar2022-01-251-2/+2
|
* Improve meson_post_install scriptSimon McVittie2021-07-151-10/+48
|
* avoid calling external processesHendrikto2021-04-211-8/+7
| | | | | | Python already offers functions for chowning and chmodding files in its standard library. The os module is even already imported. This commit removes external process calls in favor of using these built-in Python functions.
* Revert "Merge branch 'pwithnall/polkit-51-usr-local-share-is-my-homeboy' ↵revert-2c8287fbJan Rybar2021-04-131-2/+1
| | | | | into 'master'" This reverts merge request !75
* test: Fix a typo in a commentJan Rybar2021-02-251-1/+2
| | | | Signed-off-by: Philip Withnall <withnall@endlessm.com>
* build: Port to meson build systemJan Rybar2020-10-261-0/+37
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools.