From: Amon Ott <ao@rsbac.org>
Subject: Buglet in 1.0.9b data structures
Date: Fri, 7 Jul 2000 11:43:46 +0200
Next Article (by Subject): Bugs in includes inger
Previous Article (by Subject): Re: Broken patch. Amon Ott
Articles sorted by: [Date]
[Author]
[Subject]
In rsbac/data_structures/aci_data_structures.h is a buglet leading to
a wrong default value for rc_force_role on inheritance from parent.
Please apply this patch:
--- rsbac/data_structures/aci_data_structures.c~ Fri Mar 17 10:09:44 2000
+++ rsbac/data_structures/aci_data_structures.c Fri Jul 7 11:46:55 2000
@@ -5820,8 +5820,8 @@
}
else
{
- value->rc_type_fd
- = default_root_dir_aci.rc_type_fd;
+ value->rc_force_role
+ = default_root_dir_aci.rc_force_role;
}
}
break;
--
Amon Ott
Compuniverse - http://www.compuniverse.de
-
To unsubscribe from the rsbac list, send a mail to
majordomo@rsbac.org with
unsubscribe rsbac
as single line in the body.
Next Article (by Subject): Bugs in includes inger
Previous Article (by Subject): Re: Broken patch. Amon Ott
Articles sorted by: [Date]
[Author]
[Subject]