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

« back to all changes in this revision

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

  • 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:
52
52
    </defaults>
53
53
  </action>
54
54
 
 
55
  <action id="com.ubuntu.systemservice.ispkgsystemlocked">
 
56
    <description>Check if the package system is locked</description>
 
57
    <message>System policy prevents querying package system lock</message>
 
58
    <defaults>
 
59
      <allow_inactive>yes</allow_inactive>
 
60
      <allow_active>yes</allow_active>
 
61
    </defaults>
 
62
  </action>
 
63
 
55
64
</policyconfig>
 
 
b'\\ No newline at end of file'