~ubuntu-branches/ubuntu/trusty/ubuntu-system-service/trusty-proposed

« back to all changes in this revision

Viewing changes to backend/com.ubuntu.systemservice.policy.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-03-10 15:10:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090310151031-0q7jsvdr5nnc0tbw
Tags: 0.1.11
* backend/system-service-d:
  - add is_package_system_locked interface to check
    if a dpkg/apt process is currently in use (part of
    LP: #334935)

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    </defaults>
57
57
  </action>
58
58
 
 
59
  <action id="com.ubuntu.systemservice.ispkgsystemlocked">
 
60
    <_description>Check if the package system is locked</_description>
 
61
    <_message>System policy prevents querying package system lock</_message>
 
62
    <defaults>
 
63
      <allow_inactive>yes</allow_inactive>
 
64
      <allow_active>yes</allow_active>
 
65
    </defaults>
 
66
  </action>
 
67
 
59
68
</policyconfig> 
60
69