Systemd/src/core
Zbigniew Jędrzejewski-Szmek d8c9d3a468 systemd: use unit name in PrivateTmp directories
Unit name is used whole in the directory name, so that the unit name
can be easily extracted from it, e.g. "/tmp/systemd-abcd.service-DEDBIF1".

https://bugzilla.redhat.com/show_bug.cgi?id=957439
2013-10-22 22:54:09 -04:00
..
.gitignore execute: support syscall filtering using seccomp filters 2012-07-17 04:17:53 +02:00
async.c Make tmpdir removal asynchronous 2013-09-17 10:26:30 -05:00
async.h Make tmpdir removal asynchronous 2013-09-17 10:26:30 -05:00
audit-fd.c selinux: remove anything PID1-specific from selinux-access.[ch] so that we can reuse it in logind 2012-10-02 17:56:54 -04:00
audit-fd.h audit: turn the audit fd into a static variable 2012-10-02 17:40:09 -04:00
automount.c core: rework how we match mount units against each other 2013-09-26 20:20:30 +02:00
automount.h core: rework how we match mount units against each other 2013-09-26 20:20:30 +02:00
build.h journal: make libgcrypt dependency optional 2012-08-20 16:51:46 +02:00
bus-errors.h logind: port over to use scopes+slices for all cgroup stuff 2013-07-02 01:48:55 +02:00
cgroup.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
cgroup.h cgroup: get rid of MemorySoftLimit= 2013-09-17 14:58:00 -05:00
condition.c security: rework selinux, smack, ima, apparmor detection logic 2013-10-10 16:35:44 +02:00
condition.h systemd,systemctl: export condition status and show failing condition 2013-07-17 23:41:10 -04:00
dbus-automount.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-automount.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-cgroup.c silent a few more gcc warnings 2013-10-21 18:40:33 +02:00
dbus-cgroup.h cgroup: get rid of MemorySoftLimit= 2013-09-17 14:58:00 -05:00
dbus-device.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-device.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-execute.c dbus: use _cleanup_free_ instead of freeing ourself 2013-08-08 00:21:33 -04:00
dbus-execute.h dbus: fix introspection for TimerSlackNSec 2013-09-27 00:35:36 +02:00
dbus-job.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-job.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-kill.c logind: restore logic to kill user processes when session ends 2013-08-13 17:59:28 +02:00
dbus-kill.h core: open up SendSIGHUP property for transient units 2013-07-30 02:54:56 +02:00
dbus-manager.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-manager.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-mount.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-mount.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-path.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-path.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-scope.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-scope.h core: add new "scope" unit type for making a unit of pre-existing processes 2013-07-01 00:18:00 +02:00
dbus-service.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-service.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-slice.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-slice.h dbus: add infrastructure for changing multiple properties at once on units and hook some cgroup attributes up to it 2013-06-27 21:14:56 +02:00
dbus-snapshot.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-snapshot.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-socket.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-socket.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-swap.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-swap.h dbus: hookup runtime property changes for mouns, services, sockets, swaps too 2013-06-27 23:21:21 +02:00
dbus-target.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-target.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-timer.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-timer.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
dbus-unit.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
dbus-unit.h systemd,systemctl: export condition status and show failing condition 2013-07-17 23:41:10 -04:00
dbus.c bus: initialize variable, now that we might skip debug logging 2013-10-21 00:56:47 +02:00
dbus.h core: send out "Reloading" signal before and after doing a full reload/reexec of PID 1 2013-07-10 23:41:03 +02:00
device.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
device.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
execute.c systemd: use unit name in PrivateTmp directories 2013-10-22 22:54:09 -04:00
execute.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
hostname-setup.c hostname: only suppress setting of pretty hostname if it is non-equal to the static hostname and if the static hostname is set, too 2013-05-07 20:56:41 +02:00
hostname-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
ima-setup.c core: move mount_setup_early() to main.c 2013-03-07 20:53:14 +01:00
ima-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
initreq.h move libsystemd_core.la sources into core/ 2012-04-11 16:03:51 +02:00
job.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
job.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
kill.c core: optionally send SIGHUP in addition to the configured kill signal 2013-07-30 01:54:59 +02:00
kill.h core: optionally send SIGHUP in addition to the configured kill signal 2013-07-30 01:54:59 +02:00
killall.c killall: do not use alloca() in argument list 2013-06-26 19:52:00 -04:00
killall.h switch-root: don't wait for processes 2012-07-17 17:44:26 +02:00
kmod-setup.c kmod-setup: properly iterate through module table 2013-05-07 17:52:23 +02:00
kmod-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
load-dropin.c id128: when taking user input for a 128bit ID, validate syntax 2013-04-30 08:36:01 -03:00
load-dropin.h Introspect and monitor dropin configuration 2013-04-01 23:43:49 -04:00
load-fragment-gperf.gperf.m4 mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
load-fragment.c mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
load-fragment.h mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
locale-setup.c local: fix memory leak when putting together locale settings 2013-10-01 00:17:21 +02:00
locale-setup.h rework systemd's own process environment handling/passing 2013-07-26 18:40:40 +02:00
loopback-setup.c move _cleanup_ attribute in front of the type 2013-04-18 09:11:22 +02:00
loopback-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
machine-id-setup.c build-sys: use -Og instead of -O0 to catch warnings 2013-10-21 15:46:00 +02:00
machine-id-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
macros.systemd.in rpm: add RPM macro for creating tmpfiles entries after package installation 2013-07-16 18:54:03 +02:00
main.c bus: remove static introspection file export 2013-10-21 00:41:26 +02:00
Makefile build-sys: add stub makefiles to make emacs easier to use 2012-04-12 13:35:56 +02:00
manager.c build-sys: use -Og instead of -O0 to catch warnings 2013-10-21 15:46:00 +02:00
manager.h macro: clean up usage of gcc attributes 2013-10-16 06:14:59 +02:00
mount-setup.c Smack: Test if smack is enabled before mounting 2013-10-09 15:06:17 -07:00
mount-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
mount.c mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
mount.h mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
namespace.c systemd: use unit name in PrivateTmp directories 2013-10-22 22:54:09 -04:00
namespace.h systemd: use unit name in PrivateTmp directories 2013-10-22 22:54:09 -04:00
org.freedesktop.systemd1.conf systemctl: add commands set-default and get-default 2013-05-30 20:44:41 -04:00
org.freedesktop.systemd1.policy.in.in move more main systemd parts to core/ 2012-04-12 14:24:40 +02:00
org.freedesktop.systemd1.service move more main systemd parts to core/ 2012-04-12 14:24:40 +02:00
path.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
path.h core: rework how we match mount units against each other 2013-09-26 20:20:30 +02:00
scope.c cgroup: if we do a cgroup operation then do something on all supported controllers 2013-09-25 03:38:17 +02:00
scope.h core: add new "scope" unit type for making a unit of pre-existing processes 2013-07-01 00:18:00 +02:00
securebits.h move libsystemd_core.la sources into core/ 2012-04-11 16:03:51 +02:00
selinux-access.c macro: clean up usage of gcc attributes 2013-10-16 06:14:59 +02:00
selinux-access.h selinux-access: move GPL to LGPL licence 2013-08-14 22:34:41 +02:00
selinux-setup.c util: make time formatting a bit smarter 2013-04-04 02:56:56 +02:00
selinux-setup.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
service.c mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
service.h mount/service: drop FsckPassNo support 2013-10-19 12:23:17 +02:00
shutdown.c build-sys: discover the path to kexec during build time 2013-07-15 23:20:56 -04:00
slice.c core: add new "scope" unit type for making a unit of pre-existing processes 2013-07-01 00:18:00 +02:00
slice.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
smack-setup.c Run with a custom SMACK domain (label). 2013-10-07 10:23:20 -07:00
smack-setup.h core: mount and initialize Smack 2013-03-07 20:53:14 +01:00
snapshot.c systemd: fix segv in snapshot creation 2013-08-06 21:30:48 -04:00
snapshot.h snapshot: snapshots are just a special kind of transient units now 2013-07-01 00:18:00 +02:00
socket.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
socket.h core: rework how we match mount units against each other 2013-09-26 20:20:30 +02:00
special.h core: general cgroup rework 2013-06-27 04:17:34 +02:00
swap.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
swap.h core: rework how we match mount units against each other 2013-09-26 20:20:30 +02:00
switch-root.c switch-root: try pivot_root() before overmounting / 2012-11-16 18:21:09 +01:00
switch-root.h switch-root: move switch_root() call into its own .c file 2012-05-21 19:33:39 +02:00
syscall-list.c Make two functions static 2013-03-20 19:16:01 -04:00
syscall-list.h Fix spelling errors using 'codespell' tool 2013-04-15 08:40:05 -04:00
sysfs-show.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
system.conf core: drop some out-of-date references to cgroup settings 2013-09-26 22:57:43 +02:00
systemd.pc.in pkg-config: export systemd{system,user}generatordir and catalogdir 2013-08-03 09:20:12 -04:00
target.c Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
target.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
tcpwrap.c relicense to LGPLv2.1 (with exceptions) 2012-04-12 00:24:39 +02:00
tcpwrap.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
timer.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
timer.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
transaction.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
transaction.h core, systemctl: add support for irreversible jobs 2013-02-22 16:06:17 +01:00
umount.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
umount.h use #pragma once instead of foo*foo #define guards 2012-07-19 12:30:59 +02:00
unit-printf.c specifier: rework specifier calls to return proper error message 2013-09-17 10:06:50 -05:00
unit-printf.h specifier: rework specifier calls to return proper error message 2013-09-17 10:06:50 -05:00
unit.c list: make our list macros a bit easier to use by not requring type spec on each invocation 2013-10-14 06:11:19 +02:00
unit.h macro: clean up usage of gcc attributes 2013-10-16 06:14:59 +02:00
user.conf core: drop some out-of-date references to cgroup settings 2013-09-26 22:57:43 +02:00