Bug 157050

Summary: Add support for RLIMIT_NICE and RLIMIT_RTPRIO
Product: [Fedora] Fedora Reporter: Vegard Lima <Vegard.Lima>
Component: pamAssignee: Tomas Mraz <tmraz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: jakub, sundaram, Vegard.Lima
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: pam-0.80-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-14 19:51:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
add nice and rt_priority to pam_limits none

Description Vegard Lima 2005-05-06 13:29:07 UTC
Description of problem:

Add a pair of rlimits for allowing non-root tasks to raise nice and rt
priorities was recently added to the linux kernel.
Something like the attached patch should add pam support for
these two limits.

See also:
http://www.steamballoon.com/wiki/Rlimits
http://kernel.org/git/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e43379f10b42194b8a6e1de342cfb44463c0f6da
http://lwn.net/Articles/134460/

Comment 1 Vegard Lima 2005-05-06 13:29:07 UTC
Created attachment 114079 [details]
add nice and rt_priority to pam_limits

Comment 2 Tomas Mraz 2005-05-06 13:47:43 UTC
CCing jakub because for the patch to be useful the value of RLIMIT_NICE and
RLIMIT_RTPRIO must be defined in the includes.

The question is - when will they be defined there?


Comment 3 Tomas Mraz 2005-05-12 07:36:16 UTC
*** Bug 157516 has been marked as a duplicate of this bug. ***