]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.exec.xml
execute: add a new easy-to-use RestrictRealtime= option to units 3583/head
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Jun 2016 23:45:45 +0000 (01:45 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Jun 2016 23:45:45 +0000 (01:45 +0200)
commitf4170c671b863a211056972a469abd416086f22c
tree3027ad12cc818fd542443b14ffa1cb051e89f264
parentabd84d4d8304590a3944eee385edbebc8dc3bda1
execute: add a new easy-to-use RestrictRealtime= option to units

It takes a boolean value. If true, access to SCHED_RR, SCHED_FIFO and
SCHED_DEADLINE is blocked, which my be used to lock up the system.
man/systemd.exec.xml
src/core/dbus-execute.c
src/core/execute.c
src/core/execute.h
src/core/load-fragment-gperf.gperf.m4