Bug 32098

Summary: [libc] semctl() does not propagate permissions
Product: Base System Reporter: Sean Farley <sean-freebsd>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description Sean Farley 2001-11-19 03:50:00 UTC
	I have a Linux application that I am trying to run on 4.4-STABLE as of
	November 13th.  The application changes the group ID of the semaphore and
	tries to use it after changing its own group ID.  The only problem is that
	the semaphore's permissions are not being changed.

	I am not much of a kernel hacker, but I added a printf() to linux_semctl()
	in case LINUX_IPC_SET to see what it was getting.  It appears that it received
	a 0 for GID and UID.
Comment 1 K. Macy freebsd_committer freebsd_triage 2007-11-16 17:30:21 UTC
State Changed
From-To: open->feedback


Is this still an issue?
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2007-11-30 12:32:52 UTC
State Changed
From-To: feedback->closed

Sean reports that the ticket can be closed, make it happen