-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/python | ||
# -*- coding: utf-8 -*- | ||
# Copyright 2015 Ryan Sawhill Aroha <[email protected]> | ||
# Copyright 2015, 2017 Ryan Sawhill Aroha <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -26,8 +26,8 @@ from stat import S_IWRITE | |
|
||
prog = 'rguard' | ||
vers = {} | ||
vers['version'] = '0.2.2' | ||
vers['date'] = '2015/09/02' | ||
vers['version'] = '1.0.0' | ||
vers['date'] = '2017/04/08' | ||
|
||
|
||
def ret(returnCode): | ||
|
@@ -454,7 +454,7 @@ def main(): | |
r.guard(enforce=True) | ||
else: | ||
r.guard(enforce=False) | ||
logging.warning("Exiting due to -1 or -0 option") | ||
logging.info("Exiting due to -1 or -0 option") | ||
exit() | ||
c = ConditionChecker( | ||
forbidFiles=opts.forbid_file, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters