SHA256
1
0
forked from pool/systemd

Accepting request 649552 from Base:System

OBS-URL: https://build.opensuse.org/request/show/649552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=289
This commit is contained in:
Dominique Leuenberger 2018-11-20 21:24:22 +00:00 committed by Git OBS Bridge
parent 7756ea9467
commit e8b056a952
6 changed files with 91 additions and 5 deletions

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Fri Nov 16 10:31:42 UTC 2018 - Franck Bui <fbui@suse.com>
- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954)
f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753)
7165e92f4 tmpfiles: use fd_get_path() even less excessively
c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console
621b78317 test: don't use "nobody:nogroup" for tests
1f9c7acad tmpfiles: return correct error variable after fd_reopen()
2236280c1 tmpfiles: reindent one comment less weirdly
f6bdfb889 tmpfiles: use correct error variable
bc75127cd tmpfiles: clarify that we ignore file attribute setting errors
621c8b1fe tmpfiles: add log message where we previously failed silently
bc9229630 tmpfiles: use fd_get_path() less excessively
5a1106039 tmpfiles: add more tests
c974086cc tmpfiles: don't follow unsafe transitions in path_set_*()
e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks()
7480154d0 tmpfiles: make create_fifo() safe
eb890962c fs-util: introduce mkfifoat_atomic() helper
653bb81af fileio: make tempfn_random_child() accept empty string as path
2b1e12bfe tmpfiles: introduce create_fifo()
6dd80f289 tmpfiles: introduce empty_directory()
f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe
6a76f6dfb basic/stat-util: introduce is_dir_fd()
38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation
26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd()
5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers
390b767da selinux: introduce mac_selinux_create_file_prepare_at()
0f72fadba smack: introduce mac_smack_fix_at()
f2838154b tmpfiles: introduce create_directory_or_subvolume()
2de697fb8 tmpfiles: make create_device() safe
558c5fec7 tmpfiles: introduce create_device()
dee986b1d tmpfiles: make copy_files() safe
cacb14d3f tmpfiles: introduce copy_files() routine
81c85ce17 tmpfiles: make write_one_file() safe
9ec6b92ab tmpfiles: make truncate_file() safe
8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively
481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively
057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional
f37caffda tmpfiles: stat file in item_do() rather than in its callers
86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)
-------------------------------------------------------------------
Fri Nov 9 10:37:21 UTC 2018 - Franck Bui <fbui@suse.com>

View File

@ -26,7 +26,7 @@
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
%define mini -mini
%define min_kernel_version 4.5
%define suse_version +suse.87.gf39674d6d
%define suse_version +suse.125.g69f9f79e1
%bcond_with gnuefi
%if 0%{?bootstrap}

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60a1d726a705d621a543e255ec20b8b5698c9b9e78ea23387bc60d4eef6416fd
size 4858072

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f62d64a099b2cb1fec5146914220d6396777b06c6d5075a479b1dfc22838c2c5
size 4854560

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Fri Nov 16 10:31:42 UTC 2018 - Franck Bui <fbui@suse.com>
- Import commit 69f9f79e1b03e3d23df25b61cbcc9304af3e358f (bsc#1080919 CVE-2018-6954)
f3615ce49 tmpfiles: don't adjust qgroups on existing subvolumes (bsc#1093753)
7165e92f4 tmpfiles: use fd_get_path() even less excessively
c2c531c1d test: make TEST-22 easier to debug, by outputting to /dev/console
621b78317 test: don't use "nobody:nogroup" for tests
1f9c7acad tmpfiles: return correct error variable after fd_reopen()
2236280c1 tmpfiles: reindent one comment less weirdly
f6bdfb889 tmpfiles: use correct error variable
bc75127cd tmpfiles: clarify that we ignore file attribute setting errors
621c8b1fe tmpfiles: add log message where we previously failed silently
bc9229630 tmpfiles: use fd_get_path() less excessively
5a1106039 tmpfiles: add more tests
c974086cc tmpfiles: don't follow unsafe transitions in path_set_*()
e64a510eb fs-util: add new CHASE_NOFOLLOW flag to chase_symlinks()
7480154d0 tmpfiles: make create_fifo() safe
eb890962c fs-util: introduce mkfifoat_atomic() helper
653bb81af fileio: make tempfn_random_child() accept empty string as path
2b1e12bfe tmpfiles: introduce create_fifo()
6dd80f289 tmpfiles: introduce empty_directory()
f2c137edf tmpfiles: introduce create_directory() and create_subvolume() and make them safe
6a76f6dfb basic/stat-util: introduce is_dir_fd()
38a7f2e81 btrfs-util: unfuck tmpfiles' subvol creation
26e19b6fe btrfs-util: introduce btrfs_subvol_make_fd()
5fb5bdf5d basic/label: introduce mkdirat_label()/mkdirat_errno_wrapper() helpers
390b767da selinux: introduce mac_selinux_create_file_prepare_at()
0f72fadba smack: introduce mac_smack_fix_at()
f2838154b tmpfiles: introduce create_directory_or_subvolume()
2de697fb8 tmpfiles: make create_device() safe
558c5fec7 tmpfiles: introduce create_device()
dee986b1d tmpfiles: make copy_files() safe
cacb14d3f tmpfiles: introduce copy_files() routine
81c85ce17 tmpfiles: make write_one_file() safe
9ec6b92ab tmpfiles: make truncate_file() safe
8dde36e03 tmpfiles: introduce truncate_file() which deals with 'F' exclusively
481134a93 tmpfiles: introduce create_file() which deals with 'f'/'F' exclusively
057861560 tmpfiles: make the stat struct parameter in fd_set_*() optional
f37caffda tmpfiles: stat file in item_do() rather than in its callers
86f1362d4 tmpfiles: set only default acls to folders #9545 (#9599)
-------------------------------------------------------------------
Fri Nov 9 10:37:21 UTC 2018 - Franck Bui <fbui@suse.com>

View File

@ -24,7 +24,7 @@
%define bootstrap 0
%define mini %nil
%define min_kernel_version 4.5
%define suse_version +suse.87.gf39674d6d
%define suse_version +suse.125.g69f9f79e1
%bcond_with gnuefi
%if 0%{?bootstrap}