Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
grsecurity compilation error with hardened-sources
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
woolsherpahat
Guru
Guru


Joined: 09 Mar 2004
Posts: 347

PostPosted: Tue Jul 20, 2004 11:46 pm    Post subject: grsecurity compilation error with hardened-sources Reply with quote

I'm trying to compile the 2.4.26-r2 version of the hardened sources and I get the following error. I am running the 2.4.24-hardened-r3 kernel currently without problems. I copied the old .config over, did a make oldconfig and tried to compile the new kernel and then got the below result. I don't have anything from grsecurity activated in the .config but I'm still getting related errors.

Has anyone had this problem?

Code:

kernel/kernel.o(.text+0x10bd5): In function `sys_setregid':
: undefined reference to `gr_check_group_change'
kernel/kernel.o(.text+0x10c8c): In function `sys_setgid':
: undefined reference to `gr_check_group_change'
kernel/kernel.o(.text+0x10eb1): In function `sys_setreuid':
: undefined reference to `gr_check_user_change'
kernel/kernel.o(.text+0x10fb9): In function `sys_setuid':
: undefined reference to `gr_check_user_change'
kernel/kernel.o(.text+0x11171): In function `sys_setresuid':
: undefined reference to `gr_check_user_change'
kernel/kernel.o(.text+0x113d1): In function `sys_setresgid':
: undefined reference to `gr_check_group_change'
kernel/kernel.o(.text+0x11645): In function `sys_setfsuid':
: undefined reference to `gr_check_user_change'
kernel/kernel.o(.text+0x11715): In function `sys_setfsgid':
: undefined reference to `gr_check_group_change'
fs/fs.o(.text+0xc510): In function `compute_creds':
: undefined reference to `gr_check_user_change'
fs/fs.o(.text+0xc546): In function `compute_creds':
: undefined reference to `gr_check_group_change'
make: *** [vmlinux] Error 1
Back to top
View user's profile Send private message
gmtl3
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2004
Posts: 135

PostPosted: Wed Aug 11, 2004 11:38 pm    Post subject: Reply with quote

I'm having this problem too with all hardened sources 2.4.26. Per this article https://forums.gentoo.org/viewtopic.php?t=176047&highlight=grcheckuserchange

I'm trying to compile with gr security set to medium. We'll see how it goes.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum