rsbac.objects.Process( 1 ) ,
rsbac.objects.User( 0 ) ,
rsbac.objects.Group( 0 ) ,
- rsbac.objects.system.Firewall ,
+ rsbac.objects.system.firewall ,
rsbac.objects.IpcSem( 1 )
]
for obj in objs :
print '-' * 40
if not isinstance( obj , rsbac.objects.Scd ) :
print obj.getAllAttributes()
- print obj.acl_mask
print
if __name__ == '__main__' :