projects
/
py-rsbac
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f468664
)
Fixed tests to work with latest code.
author
Frédéric Jolliton
<git@frederic.jolliton.com>
Fri, 27 Oct 2006 13:00:52 +0000
(13:00 +0000)
committer
Frédéric Jolliton
<git@frederic.jolliton.com>
Fri, 27 Oct 2006 13:00:52 +0000
(13:00 +0000)
tests/various.py
patch
|
blob
|
history
diff --git
a/tests/various.py
b/tests/various.py
index
b960745
..
69c95bc
100644
(file)
--- a/
tests/various.py
+++ b/
tests/various.py
@@
-30,7
+30,7
@@
def main() :
rsbac.objects.Process( 1 ) ,
rsbac.objects.User( 0 ) ,
rsbac.objects.Group( 0 ) ,
- rsbac.objects.system.
F
irewall ,
+ rsbac.objects.system.
f
irewall ,
rsbac.objects.IpcSem( 1 )
]
for obj in objs :
@@
-38,7
+38,6
@@
def main() :
print '-' * 40
if not isinstance( obj , rsbac.objects.Scd ) :
print obj.getAllAttributes()
- print obj.acl_mask
print
if __name__ == '__main__' :