--- gradm2.ORIG/gradm_adm.c 2004-07-07 00:55:49.000000000 +0000 +++ gradm2/gradm_adm.c 2004-08-27 06:45:54.000000000 +0000 @@ -102,6 +102,9 @@ proc_object_mode_conv("r"), GR_FEXIST)) exit(EXIT_FAILURE); +#ifndef __amd64__ /* Currently these are duplicates, + although eventually they will be + for 32-bit libraries. */ if (!add_proc_object_acl(current_subject, "/lib", proc_object_mode_conv("rx"), GR_FEXIST)) exit(EXIT_FAILURE); @@ -109,6 +112,7 @@ if (!add_proc_object_acl(current_subject, "/usr/lib", proc_object_mode_conv("rx"), GR_FEXIST)) exit(EXIT_FAILURE); +#endif if (!add_proc_object_acl(current_subject, "/lib64", proc_object_mode_conv("rx"), GR_FEXIST))