Lennart Poettering
0655ef96fd
build-sys: drop aufs-util.[ch]
...
Left over cruft from the dkr excercise.
2016-02-13 12:03:16 +01:00
Lennart Poettering
a6b44298da
gitignore: remove stuff long lost
...
Drop some entries of stuff we long removed from the main git repo, either
because it was split out or removed altogether.
2016-02-13 11:59:34 +01:00
Lennart Poettering
6577bbe751
build-sys: drop Makefile symlink in src/basic/linux
...
The dir is not used otherwise, hence let's drop the Makefile, so that the dir
stops to exist, too.
2016-02-13 11:59:34 +01:00
Lennart Poettering
479050b363
core: drop Capabilities= setting
...
The setting is hardly useful (since its effect is generally reduced to zero due
to file system caps), and with the advent of ambient caps an actually useful
replacement exists, hence let's get rid of this.
I am pretty sure this was unused and our man page already recommended against
its use, hence this should be a safe thing to remove.
2016-02-13 11:59:34 +01:00
Lennart Poettering
2621af5346
util-lib: drop json parser
...
This was used by the dkr logic, which is gone now, hence remove this too.
Should we need it one day again the git history never forgets...
Note that this only covers the JSON parser. The JSON generator used by
"journalctl -o json" remains, as its much much simpler and requires no
infrastructure except printf() and the most basic escaping.
2016-02-13 11:57:14 +01:00
Lennart Poettering
4de282cf93
build-sys: drop libsystemd-{id128,daemon,login,journal}.so compat libs
...
They have long been obsolete, and upstream distros and packages have mostly
switched over, let's get rid of it for good.
2016-02-13 11:57:14 +01:00
Martin Pitt
736ffecc9c
Merge pull request #2594 from keszybz/spelling
...
Spelling
2016-02-12 09:26:18 +01:00
Zbigniew Jędrzejewski-Szmek
c96d7bf878
Merge pull request #2595 from l10n-tw/master
...
Update zh_TW translation.
2016-02-11 23:40:11 -05:00
Jeff Huang
9f2bbf5d84
Update zh_TW translation.
2016-02-12 11:52:02 +08:00
Zbigniew Jędrzejewski-Szmek
b266400c92
Merge pull request #2590 from zonque/bus-endpoint-removal
...
Remove kdbus custom endpoint support
2016-02-11 21:58:46 -05:00
Zbigniew Jędrzejewski-Szmek
ee7dca21f7
Typo
2016-02-11 21:52:02 -05:00
Zbigniew Jędrzejewski-Szmek
ed5f884090
NEWS: journal device support is limited to current boot, grammar
...
Reword some sentences for better flow.
2016-02-11 21:50:42 -05:00
Zbigniew Jędrzejewski-Szmek
1d00ee2031
Merge pull request #2592 from mbiebl/typo-fixes
...
Typo fixes
2016-02-11 21:47:54 -05:00
Michael Biebl
c629ff587b
Typo fixes
2016-02-12 00:26:37 +01:00
Michael Biebl
c2caabbb54
Merge pull request #2591 from jwilk/spelling
...
man: fix typos
2016-02-12 00:19:51 +01:00
Jakub Wilk
07ff561c26
man: fix typos
2016-02-12 00:01:16 +01:00
Daniel Mack
9ca6ff50ab
Remove kdbus custom endpoint support
...
This feature will not be used anytime soon, so remove a bit of cruft.
The BusPolicy= config directive will stay around as compat noop.
2016-02-11 22:12:04 +01:00
Lennart Poettering
c8b166b3ea
Merge pull request #2587 from haraldh/tpmv3
...
sd-boot: put hashed kernel command line in a PCR of the TPM
2016-02-11 20:38:03 +01:00
Zbigniew Jędrzejewski-Szmek
1e29c6c602
Merge pull request #2588 from phomes/core-enum-fix
...
core: use correct enum
2016-02-11 13:17:42 -05:00
Thomas Hindoe Paaboel Andersen
9e4942ed5a
core: use correct enum
...
from e903182e5b
2016-02-11 19:04:54 +01:00
Harald Hoyer
92ed3bb49e
sd-boot: put hashed kernel command line in a PCR of the TPM
...
The UEFI BIOS already hashes the contents of the loaded image, so the
initrd and the command line of the binary are recorded.
Because manually added LoadOptions are not taken into account, these
should be recorded also.
This patch logs and extends a TPM PCR register with the LoadOptions.
This feature can be enabled with configure --enable-tpm
The PCR register index can be specified with
configure --with-tpm-pcrindex=<NUM>
2016-02-11 17:48:09 +01:00
Lennart Poettering
95adafc428
configure: bump version number
2016-02-11 17:28:00 +01:00
Lennart Poettering
82376245fe
delta: minor coding style fixes
...
no change in behaviour
2016-02-11 16:25:54 +01:00
Lennart Poettering
394bac4fef
man: document that resolved cares about /etc/hosts
2016-02-11 16:25:22 +01:00
Lennart Poettering
b8eefa012d
Merge pull request #2581 from evverx/dev-mqueue-cond
...
units: don't try to mount the mqueue fs if we lack the privileges for it
2016-02-11 13:55:59 +01:00
Martin Pitt
c8385ece1e
Merge pull request #2576 from poettering/random-fixes
...
Random fixes
2016-02-11 13:29:53 +01:00
Lennart Poettering
cf92d86020
build-sys: bump so version
2016-02-11 13:16:39 +01:00
Lennart Poettering
c9d0beb817
build-sys: run "make hwdb-update"
2016-02-11 13:11:02 +01:00
Lennart Poettering
3545ab3501
fill in contributors list in NEWS
2016-02-11 13:02:35 +01:00
Lennart Poettering
e903182e5b
core: don't choke if a unit another unit triggers vanishes during reload
...
Fixes : #1981
2016-02-11 12:02:34 +01:00
Daniel Mack
71ab0faceb
Merge pull request #2579 from evverx/TEST-1981
...
tests: add test for https://github.com/systemd/systemd/issues/1981
2016-02-11 10:22:25 +01:00
Daniel Mack
53359675fc
Merge pull request #2578 from keszybz/man-pages
...
man: follow up fixes for #2575
2016-02-11 10:22:05 +01:00
Evgeny Vereshchagin
6cfc79632f
units: don't try to mount the mqueue fs if we lack the privileges for it
...
See https://github.com/systemd/systemd/pull/2576#discussion-diff-52592680
2016-02-11 02:45:11 +00:00
Zbigniew Jędrzejewski-Szmek
da25e02913
man: follow up fixes for #2575
2016-02-10 19:49:40 -05:00
Zbigniew Jędrzejewski-Szmek
462c0cc526
Merge pull request #2575 from poettering/manfixes
...
A variety of man page fixes
2016-02-10 19:49:14 -05:00
Lennart Poettering
a858cd7113
man: correct explanation of "systemctl is-enabled" output
...
The "is-enabled" command doesn't care whether the symlinks are declared in the
[Install] section of a unit file or not, when returning "enabled". Any alias,
.wants/ or .requires/ symlinks suffice.
Fixes : #975
2016-02-10 23:48:50 +01:00
Lennart Poettering
1917c8cab4
man: document that ExecStartPost= is only run if ExecStart= succeeded
...
Fixes : #846
2016-02-10 23:48:50 +01:00
Lennart Poettering
1534e170b4
man: document that "systemctl enable" supports abbreviated unit file names
...
Fixes : #1502
2016-02-10 23:48:50 +01:00
Lennart Poettering
358a9d5114
man: document that nss-myhostname handles *.localhost and *.localdomain too
...
(And similar for resolved)
Fixes : #1630
2016-02-10 23:48:50 +01:00
Lennart Poettering
be73bb486a
man: document that [Install] has no effect in unit file .d/*.conf drop-ins
...
Fixes : #1774
Fixes : #1090
2016-02-10 23:48:50 +01:00
Lennart Poettering
41448597f2
man: document distinction between ConditionXYZ= and AssertXYZ=
...
References: #2468
2016-02-10 23:48:46 +01:00
Lennart Poettering
6e004630fe
man: document rescue.target and emergency.target in more detail
...
Fixes : #2523
2016-02-10 23:48:29 +01:00
Lennart Poettering
03a7868805
units: don't try to mount the FUSE fs if we lack the privileges for it
...
See:
https://lists.freedesktop.org/archives/systemd-devel/2016-February/035740.html
2016-02-10 23:42:39 +01:00
Lennart Poettering
cf3bdcfeba
nss-mymachines: never resolve unmapped UIDs/GIDs
...
Don't ever permit successful user or group lookups if no UID/GID mapping is
actually applied. THis way, we can be sure that nss-mymachines cannot be used
to insert invalid cache entries into nscd's cache.
https://bugzilla.redhat.com/show_bug.cgi?id=1285339
2016-02-10 23:42:34 +01:00
Lennart Poettering
648b122045
update TODO
2016-02-10 22:54:33 +01:00
Evgeny Vereshchagin
586bedd41a
build-sys: add TEST-06-SELINUX to dist
...
This is a follow-up to https://github.com/systemd/systemd/pull/2493
2016-02-10 18:20:45 +00:00
Evgeny Vereshchagin
09f6f45a29
tests: add test for https://github.com/systemd/systemd/issues/1981
2016-02-10 18:19:08 +00:00
Lennart Poettering
926db6521b
Merge pull request #2574 from zonque/netclass-remove
...
cgroup: remove support for NetClass= directive
2016-02-10 17:03:00 +01:00
Lennart Poettering
688bb89de5
Merge pull request #2495 from heftig/master
...
tty-ask-password: Split out password sending
2016-02-10 16:53:49 +01:00
Lennart Poettering
059adb5ac0
Merge pull request #2555 from poettering/coredump-fixes
...
Coredump fixes and more
2016-02-10 16:50:21 +01:00