mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
This is a major redesign a modernization of Sysprof. The core data structures and design are largely the same, but it has been ported to Gtk3 and has lots of additions that should make your profiling experience smoother. Especially for those that are new to profiling. There are some very simple help docs added, but we really need the experts to come in and write some documentation here.
23 lines
763 B
XML
23 lines
763 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE policyconfig PUBLIC
|
|
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
|
|
|
|
<policyconfig>
|
|
<vendor>The sysprof Project</vendor>
|
|
<vendor_url>https://wiki.gnome.org/Apps/Sysprof</vendor_url>
|
|
<icon_name>sysprof</icon_name>
|
|
|
|
<action id="org.gnome.sysprof2.perf-event-open">
|
|
<description>Open a perf event stream</description>
|
|
<message>Authentication is required to access system performance counters.</message>
|
|
<defaults>
|
|
<allow_any>auth_admin_keep</allow_any>
|
|
<allow_inactive>auth_admin_keep</allow_inactive>
|
|
<allow_active>auth_admin_keep</allow_active>
|
|
</defaults>
|
|
</action>
|
|
|
|
</policyconfig>
|