~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/audit-security.py

Added audit-security.py script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /usr/bin/python -S
 
2
 
 
3
# Copyright 2011 Canonical Ltd.  This software is licensed under the
 
4
# GNU Affero General Public License version 3 (see the file LICENSE).
 
5
 
 
6
"""Check that everything is alright in security.cfg
 
7
 
 
8
Usage hint:
 
9
 
 
10
% utilities/audit-security.py
 
11
"""
 
12
 
 
13
import os
 
14
 
 
15