[Lunar-commits] r25955 - in moonbase/trunk/security: . set_rlimits

Jannis Pohlmann jannis at lunar-linux.org
Mon Sep 24 01:10:20 CEST 2007


Author: jannis
Date: 2007-09-24 01:10:20 +0200 (Mon, 24 Sep 2007)
New Revision: 25955

Added:
   moonbase/trunk/security/set_rlimits/
   moonbase/trunk/security/set_rlimits/DETAILS
Log:
Program added. Acts as a workaround because RLIMIT_RTPRIO and RLIMIT_NICE (which are important to get jackd and PAM running in realtime mode as a normal user) are not supported by our glibc and bash versions.

Added: moonbase/trunk/security/set_rlimits/DETAILS
===================================================================
--- moonbase/trunk/security/set_rlimits/DETAILS	                        (rev 0)
+++ moonbase/trunk/security/set_rlimits/DETAILS	2007-09-23 23:10:20 UTC (rev 25955)
@@ -0,0 +1,20 @@
+          MODULE=set_rlimits
+         VERSION=1.2.0
+          SOURCE=$MODULE-$VERSION.tgz
+      SOURCE_URL=http://www.physics.adelaide.edu.au/~jwoithe/
+      SOURCE_VFY=sha1:026cef96ca58d56d78dcb23f83fe5763ffc282cc
+        WEB_SITE=http://www.physics.adelaide.edu.au/~jwoithe/
+         ENTERED=20070923
+         UPDATED=20070923
+           SHORT="Utility to give normal users realtime privileges"
+      MAINTAINER=jannis at lunar-linux.org
+
+cat << EOF
+Small program written to give unpriviledged users access to 
+realtime scheduling via the new rlimits added to kernel 2.6.12. 
+The new name reflects the fact that the program can control 
+resource limits rather than just those related to realtime
+priorities. This new version adds a more flexible configuration 
+file format, easier command line use and the ability to control 
+the memlock resource limit.
+EOF



More information about the Lunar-commits mailing list