File: rt-tests.README.Debian

package info (click to toggle)
rt-tests 2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: ansic: 13,273; python: 495; makefile: 237; sh: 158
file content (9 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
Most tests in the rt-tests suite change their scheduling policy and so need
the privileges to do so.
To give these privileges to non-root users you can add the following line to
/etc/security/limits.conf:

	@users	-	rtprio	20

Note that you probably don't want to do that on a system with untrusted users.
See limits.conf(5) and sched_setscheduler(2) for details.