summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Mihalkovic <vmihalko@redhat.com>2022-03-17 13:12:27 +0100
committerVincent Mihalkovic <vmihalko@redhat.com>2022-03-21 15:27:11 +0100
commit074b2d548daa240032ec7267bdedc2afb740c696 (patch)
tree04b16d345710e142ff89213fa743bc8a00f4c448 /README.md
parentb10a1bdb697045db40774f2a9a8c58ae5c7189c3 (diff)
downloadpolkit-074b2d548daa240032ec7267bdedc2afb740c696.tar.gz
docs: transform repo doc files to Markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md53
1 files changed, 53 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f1dec0a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,53 @@
+OVERVIEW
+========
+
+polkit is a toolkit for defining and handling authorizations. It is
+used for allowing unprivileged processes to speak to privileged
+processes.
+
+
+DOCUMENTATION
+=============
+
+Latest documentation, reference manual and API description of polkit can be found at
+
+ https://www.freedesktop.org/software/polkit/docs/latest/
+
+
+RELEASES
+========
+
+Latest releases are available in compressed tarballs from
+
+ https://www.freedesktop.org/software/polkit/releases/
+
+
+To verify the authenticity of the compressed tarball, use this command
+
+``` bash
+$ gpg --verify polkit-$(VERSION).tar.gz.sign polkit-$(VERSION).tar.gz
+$ gpg: Signature made Tue 23 Apr 2019 04:19:29 PM CEST using RSA key ID FFDCE258
+$ gpg: Good signature from "Jan Rybar (Red Hat) <jrybar@redhat.com>"
+```
+
+Public key available at
+
+ https://keys.openpgp.org/vks/v1/by-fingerprint/7FFB7D6BD83147D74284E3178CEB3030FFDCE258
+
+
+BUGS and DEVELOPMENT
+====================
+
+Please report non-security bugs via the polkit's freedesktop.org GitLab at
+
+ https://gitlab.freedesktop.org/polkit/polkit/issues
+
+
+SECURITY ISSUES
+===============
+
+Please report any security issues not yet known to public
+by creating new issue and checking the ***This issue is confidential*** checkbox.
+
+ https://gitlab.freedesktop.org/polkit/polkit/issues
+