index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
execute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=
Lennart Poettering
2019-04-02
1
-0
/
+22
*
Merge pull request #12106 from poettering/nosuidns
Zbigniew Jędrzejewski-Szmek
2019-03-26
1
-0
/
+1
|
\
|
*
namespace: when DynamicUser=1 is set, mount StateDirectory= bind mounts "nosuid"
Lennart Poettering
2019-03-25
1
-0
/
+1
*
|
core: drop suid/sgid bit of files/dirs when doing recursive chown
Lennart Poettering
2019-03-26
1
-2
/
+4
|
/
*
core: rework how we reset the TTY after use by a service
Lennart Poettering
2019-03-20
1
-6
/
+26
*
execute: split check if we might touch a tty out of exec_context_may_touch_co...
Lennart Poettering
2019-03-20
1
-3
/
+9
*
execute: use path_equal() to compare tty names
Lennart Poettering
2019-03-20
1
-1
/
+1
*
execute: generalize uid/gid handling in two cases for any kind of uid/gid
Lennart Poettering
2019-03-19
1
-2
/
+2
*
core: change ownership/mode of the execution directories also for static users
Lennart Poettering
2019-03-19
1
-21
/
+26
*
execute: remove one redundant comparison check
Lennart Poettering
2019-03-19
1
-3
/
+4
*
execute: also do the private/ symlink dance when runtime dir preservation is ...
Lennart Poettering
2019-03-19
1
-1
/
+2
*
execute: use path_join() where appropriate
Lennart Poettering
2019-03-19
1
-3
/
+3
*
execute: use path_join() where appropriate
Lennart Poettering
2019-03-13
1
-3
/
+3
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
execute: no need to synthesize $HOME for uid==0 again, get_home_dir() already...
Lennart Poettering
2019-03-12
1
-6
/
+0
*
execute: simplify paths we set as HOME/SHELL for invoked programs
Lennart Poettering
2019-03-12
1
-0
/
+4
*
Merge pull request #11927 from poettering/network-namespace-path
Zbigniew Jędrzejewski-Szmek
2019-03-12
1
-13
/
+36
|
\
|
*
core: add new setting NetworkNamespacePath= for configuring a netns by path f...
Lennart Poettering
2019-03-07
1
-3
/
+22
|
*
execute: no need to check for NULL when function right after does anyway
Lennart Poettering
2019-03-07
1
-2
/
+1
|
*
execute: make things a tiny bit shorter
Lennart Poettering
2019-03-07
1
-3
/
+2
|
*
execute: use structured initialization
Lennart Poettering
2019-03-07
1
-5
/
+11
*
|
execute: remove one aa profile output from context dump
Lennart Poettering
2019-03-11
1
-5
/
+0
|
/
*
core: add ':' prefix to ExecXYZ= skip env var substitution
Anita Zhang
2019-02-20
1
-6
/
+11
*
Merge pull request #11682 from topimiettinen/private-utsname
Lennart Poettering
2019-02-20
1
-3
/
+24
|
\
|
*
core: ProtectHostname= feature
Topi Miettinen
2019-02-20
1
-3
/
+24
*
|
namespace: make MountFlags=shared work again
Franck Bui
2019-02-20
1
-1
/
+4
|
/
*
Add a warning about the difference in permissions between existing directorie...
Taro Yamada
2019-01-29
1
-2
/
+15
*
Revert "Fixes #11128"
Taro Yamada
2019-01-27
1
-8
/
+2
*
Fixes #11128
Taro Yamada
2019-01-22
1
-2
/
+8
*
execute: make sure to call into PAM after initializing resource limits
Lennart Poettering
2019-01-18
1
-8
/
+20
*
tree-wide: use c99 static for array size declarations
Zbigniew Jędrzejewski-Szmek
2019-01-04
1
-3
/
+3
*
cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI
Chris Down
2019-01-03
1
-2
/
+2
*
core: do cgroup migration first and only then connect to journald
Michal Sekletar
2018-12-17
1
-16
/
+18
*
core: fix KeyringMode for user services
Alexey Bogdanenko
2018-12-17
1
-3
/
+0
*
missing: rename securebits.h to missing_securebits.h
Yu Watanabe
2018-12-04
1
-1
/
+0
*
util-lib: split out env file parsing code into env-file.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
Merge pull request #10944 from poettering/redirect-file-fix
Lennart Poettering
2018-11-27
1
-2
/
+25
|
\
|
*
core: be more careful when inheriting stdout fds to stderr
Lennart Poettering
2018-11-27
1
-2
/
+25
*
|
core: when Delegate=yes is set for a unit, run ExecStartPre= and friends in a...
Lennart Poettering
2018-11-26
1
-9
/
+58
|
/
*
fileio: drop "newline" parameter for env file parsers
Lennart Poettering
2018-11-14
1
-1
/
+1
*
core: introduce exec_params_clear()
Yu Watanabe
2018-11-08
1
-0
/
+7
*
core: apply WorkingDirectory after enforce_user
Joerg Behrmann
2018-10-31
1
-5
/
+6
*
core: add free_and_replace() at one more place
Lennart Poettering
2018-10-26
1
-2
/
+1
*
execute: if we fail to do namespacing, explain why we refuse to continue in a...
Lennart Poettering
2018-10-24
1
-0
/
+4
*
core: stop ignoring errors in connect_logger_as
Evgeny Vereshchagin
2018-10-19
1
-7
/
+8
*
core: implement per unit journal rate limiting
Anita Zhang
2018-10-18
1
-0
/
+14
*
execute: shorten things a bit
Lennart Poettering
2018-10-17
1
-3
/
+1
*
tree-wide: port various users over to sockaddr_un_set_path()
Lennart Poettering
2018-10-15
1
-15
/
+13
*
Merge pull request #10158 from keszybz/seccomp-log-tightening
Lennart Poettering
2018-09-26
1
-3
/
+3
|
\
|
*
seccomp: reduce logging about failure to add syscall to seccomp
Zbigniew Jędrzejewski-Szmek
2018-09-24
1
-3
/
+3
[next]