1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217
|
Source: policykit-1
Section: admin
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders:
Michael Biebl <biebl@debian.org>,
Martin Pitt <mpitt@debian.org>,
Simon McVittie <smcv@debian.org>,
Luca Boccassi <bluca@debian.org>,
Build-Depends:
dbus-daemon <!nocheck>,
debhelper (>= 13.11.6~),
debhelper-compat (= 13),
dh-package-notes,
dh-sequence-gir,
docbook-xsl,
duktape-dev,
gir1.2-gio-2.0-dev,
gobject-introspection (>= 1.78.1-9~),
intltool,
libexpat1-dev,
libglib2.0-dev,
libpam0g-dev,
libselinux1-dev [linux-any],
libsystemd-dev [linux-any],
systemd-dev [linux-any],
meson (>= 0.50.0),
pkgconf,
xml-core,
xsltproc,
python3-dbusmock <!nocheck>,
Build-Depends-Indep:
gtk-doc-tools <!nodoc>,
libglib2.0-doc <!nodoc>,
libgtk-3-doc <!nodoc>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/utopia-team/polkit.git
Vcs-Browser: https://salsa.debian.org/utopia-team/polkit
Homepage: https://github.com/polkit-org/polkit/
Package: polkitd
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
adduser | systemd-sysusers,
default-dbus-system-bus | dbus-system-bus,
default-logind | logind,
${misc:Depends},
${shlibs:Depends},
Breaks:
policykit-1 (<< 0.120-4~),
polkitd-javascript (<< 121+compat0.1-3~),
Replaces:
policykit-1 (<< 0.120-4~),
polkitd-javascript (<< 121+compat0.1-3~),
Multi-Arch: foreign
Description: framework for managing administrative policies and privileges
polkit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
It is a framework for centralizing the decision making process with respect to
granting access to privileged operations for unprivileged (desktop)
applications.
.
In a typical use of polkit, an unprivileged application such as gnome-disks
sends requests via D-Bus or other inter-process communication mechanisms
to a privileged system service such as udisks, which asks polkitd for
permission to process those requests. This allows the application to carry
out privileged tasks without making use of setuid, which avoids several
common sources of security vulnerabilities.
.
This package provides the polkitd D-Bus service and supporting programs.
The pkexec program is not included, and can be found in the pkexec package.
Package: pkexec
Architecture: linux-any
Pre-Depends:
${misc:Pre-Depends},
Depends:
polkitd (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Breaks:
policykit-1 (<< 0.120-4~),
Replaces:
policykit-1 (<< 0.120-4~),
Multi-Arch: foreign
Description: run commands as another user with polkit authorization
polkit is an application-level toolkit for defining and handling the policy
that allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
pkexec is a setuid program to allow certain users to run commands as
root or as a different user, similar to sudo. Unlike sudo, it carries
out authentication and authorization by sending a request to polkit,
so it uses desktop environments' familiar prompting mechanisms for
authentication and uses polkit policies for authorization decisions.
.
By default, members of the 'sudo' Unix group can use pkexec to run any
command after authenticating. The authorization rules can be changed by
the local system administrator.
.
If this functionality is not required, removing the pkexec package will
reduce security risk by removing a setuid program.
Package: policykit-1-doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
Suggests:
devhelp,
Description: documentation for polkit
polkit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
This package contains the API documentation of polkit.
Package: libpolkit-gobject-1-0
Architecture: any
Section: libs
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: polkit Authorization API
polkit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
This package contains a library for accessing polkit.
Package: libpolkit-gobject-1-dev
Architecture: any
Section: libdevel
Depends:
gir1.2-polkit-1.0 (= ${binary:Version}),
libglib2.0-dev,
libpolkit-gobject-1-0 (= ${binary:Version}),
${gir:Depends},
${misc:Depends},
Provides:
${gir:Provides},
Breaks:
polkitd (<< 122-4~),
Replaces:
polkitd (<< 122-4~),
Description: polkit Authorization API - development files
polkit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
This package contains the development files for the library found in
libpolkit-gobject-1-0.
Package: libpolkit-agent-1-0
Architecture: any
Section: libs
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
Description: polkit Authentication Agent API
polkit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
This package contains a library for accessing the authentication agent.
Package: libpolkit-agent-1-dev
Architecture: any
Section: libdevel
Depends:
gir1.2-polkit-1.0 (= ${binary:Version}),
libpolkit-agent-1-0 (= ${binary:Version}),
libpolkit-gobject-1-dev,
${gir:Depends},
${misc:Depends},
Provides:
${gir:Provides},
Description: polkit Authentication Agent API - development files
polkit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
This package contains the development files for the library found in
libpolkit-agent-1-0.
Package: gir1.2-polkit-1.0
Section: introspection
Architecture: any
Depends:
${gir:Depends},
${misc:Depends},
${shlibs:Depends},
Provides:
gir1.2-polkitagent-1.0 (= ${binary:Version}),
${gir:Provides},
Description: GObject introspection data for polkit
polkit is a toolkit for defining and handling the policy that
allows unprivileged processes to speak to privileged processes.
It was previously named PolicyKit.
.
This package contains introspection data for polkit.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
|