From: ao@morpork.shnet.org (A. Ott)
Subject: BUGFIX: Loading kernel modules with ACL turned on
Date: 04 Oct 1999 16:52:00 +0200
Next Article (by Author): Re: BUGFIX: Loading kernel modules with ACL turned on ao@morpork.shnet.org (A. Ott)
Previous Article (by Author): 1.0.9 is out there ao@morpork.shnet.org (A. Ott)
Next in Thread: Re: BUGFIX: Loading kernel modules with ACL turned on ao@morpork.shnet.org (A. Ott)
Articles sorted by: [Date]
[Author]
[Subject]
Hi all! Please apply the following patch to give ADD_TO_KERNEL right to root: --- acl_data_structures.h~ Mon Oct 4 15:39:25 1999 +++ acl_data_structures.h Mon Oct 4 16:05:53 1999 @@ -101,7 +101,6 @@ #define RSBAC_ACL_SYSADM_SCD_OTHER_ENTRY \ { ACLS_USER, \ RSBAC_SYSADM_UID, \ - ( RSBAC_NONE_REQUEST_VECTOR & \ ( \ ((rsbac_request_vector_t) 1 << R_ADD_TO_KERNEL) \ | ((rsbac_request_vector_t) 1 << R_MOUNT) \ @@ -109,7 +108,6 @@ | ((rsbac_request_vector_t) 1 << R_UMOUNT) \ | ((rsbac_request_vector_t) 1 << R_SHUTDOWN) \ ) \ - ) \ | RSBAC_ACL_SYSADM_RIGHTS_VECTOR } #define RSBAC_ACL_GENERAL_P_ENTRY \ - To unsubscribe from the rsbac list, send a mail to majordomo@morpork.shnet.org with unsubscribe rsbac as single line in the body.
Next Article (by Author): Re: BUGFIX: Loading kernel modules with ACL turned on ao@morpork.shnet.org (A. Ott)
Previous Article (by Author): 1.0.9 is out there ao@morpork.shnet.org (A. Ott)
Next in Thread: Re: BUGFIX: Loading kernel modules with ACL turned on ao@morpork.shnet.org (A. Ott)
Articles sorted by: [Date]
[Author]
[Subject]