fapolicyd (1.3.2+20231212+git973a86d1b4-1.1)
[PTS] [DDPO]
OLD: VCS is behind the version in the archive: 1.3.2+20231212+git973a86d1b4-1 < 1.3.2+20231212+git973a86d1b4-1.1.
- Git: https://salsa.debian.org/debian/fapolicyd.git
-
- Branch: debian/sid
- Path: debian/changelog
- Repo size: 315392
- Browser: https://salsa.debian.org/debian/fapolicyd
- Last scan: 2024-11-17 02:03:04+00
- Next scan: 2024-11-22 10:01:00+00
- Debian changelog in Git:
fapolicyd (1.3.2+20231212+git973a86d1b4-1) unstable; urgency=medium
* Snapshot, taken from the main (20231212)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 13 Dec 2023 06:38:23 +0900
- This branch is 92 commits ahead of tag debian/1.1.7-3
- Git log:
commit fc15031b4158fed858d77bbf32d892a7e671837e
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Wed Dec 13 06:38:44 2023 +0900
Upload to unstable
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit e65e9495cb632ad89026efd2582661cc5356d80a
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Wed Dec 13 06:31:26 2023 +0900
D/patch: Drop 0008-Fix-FTBFS-cant-build-package-when-user.patch
This patch has been applied in upstream. So remove this.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 989be7504a7cc56fe87bebb1d173f4cdc0433877
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Wed Dec 13 06:27:58 2023 +0900
Snapshot, taken from the main (20231212)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 229b1e02495985fbeb68503df0ce49860fb59f95
Merge: d408363 973a86d
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Wed Dec 13 06:26:06 2023 +0900
Merge tag 'upstream/1.3.2+20231212+git973a86d1b4' into debian/sid
commit 973a86d1b4a372dcf8c8dee1a23e981c69f8902f
Author: Matt Jolly <Matt.Jolly@footclan.ninja>
Date: Tue Dec 12 01:45:54 2023 +1000
Improve logging: make stderr output more colourful; add timestamps (#275)
commit 946f8cf831c0b15f7fa9efd19304e58608117af0
Author: Renaud Métrich <1163635+rmetrich@users.noreply.github.com>
Date: Mon Dec 11 16:40:01 2023 +0100
Stop blocking signals in other threads (#276)
* Stop blocking signals in other threads
Blocking signals in all other threads but main thread doesn't work,
because it leads to crashing then having the kernel coredump handler be
called from crashing threads, without calling the main thread signal
handler.
This is especially true with signals being raised internally, such as
SIGSEGV or SIGBUS.
The solution consists in not blocking signals anymore, but raising the
signal again for main thread in case the signal handler is running from
another thread.
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
* Stop blocking fatal signals in other threads
Only fatal signals raised by the thread have to be unblocked, then
handling redirected to main thread.
All other signals, usually raised externally, can be safely blocked.
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
---------
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
commit a23b96d61a20cd3a5b8ccde926f98cd351fd167c
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Tue Nov 28 16:05:58 2023 -0500
Move preliminary elf headers to the stack to reduce heap churn and improve cache hits
commit 150b74b3514781d6fd7a51248585b3c7c37f010b
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Tue Nov 28 15:57:11 2023 -0500
Remove rewind after calling libmagic since it rewinds, too
commit 787b741aabb8ab768852ed1ebbe8d3f8e27547c4
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Tue Nov 28 15:55:59 2023 -0500
Add attribute declarations to catch any future bugs
commit 3e6bd63bd8c31c9938233119921878362c5fd8e3
Author: Matt Jolly <Matt.Jolly@footclan.ninja>
Date: Thu Oct 26 00:57:43 2023 +1000
Move state info to run subdirectory
commit 947d47acdcd3bfe212f699ef2fa0846d36780103
Author: Matt Jolly <Matt.Jolly@footclan.ninja>
Date: Thu Oct 26 00:54:37 2023 +1000
ensure that /run/fapolicyd exists before performing file operations
commit bbc80f67db036228be4fdb7aeff20711377dbf66
Author: Renaud Métrich <1163635+rmetrich@users.noreply.github.com>
Date: Wed Nov 22 18:44:05 2023 +0100
Protect system from deadly signals received by fapolicyd (#273)
If for some reason, fapolicyd raises or receives a deadly signal, such
as SIGBUS, the kernel task spawning the coredump handler (e.g.
systemd-coredump) will hang waiting for fapolicyd to acknowledge the
execution, which cannot happen since fapolicyd itself is dying.
This patch fixes the issue through unregistering from fanotify.
Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
commit 3a4bcea3d2ed584a89b35eb30f4f2a48fe9dc695
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Wed Nov 22 12:37:24 2023 -0500
update changelog
commit 6358aa7ec43ba085b0eb2da259e76c455d4dd35d
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Wed Nov 22 12:36:21 2023 -0500
Place logging limit on groups
commit aff49c6c8c1057901d8e5ffc7e75a880a112f2ed
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Wed Nov 22 11:48:15 2023 -0500
Update changelog
commit d9029f82f564cf824a06b62dcb51b043abede8c8
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Fri Nov 17 15:16:20 2023 -0500
Fix infinite loop with 1 mount point
The patch changes the fanotify_update function to properly
handle deleting nodes when updating mount points. This should
take care of issue #253.
commit fddcde1c2e609c0bded7f2bf93e23981ce39188d
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Fri Nov 17 14:02:21 2023 -0500
message.h is unused in mounts.c
commit e8df7629468bafcbfd74cbae6e9a4f16149c0dc6
Author: Steve Grubb <ausearch.1@gmail.com>
Date: Fri Nov 17 14:01:03 2023 -0500
Remove unused element of the linked list
commit d4083636d95ed3a2f79caa3d236af47811695c47
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 11:20:07 2023 +0900
Upload to unstable
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 10edff4fa6a82c36243c3c65432c65d9aac80310
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 11:19:42 2023 +0900
Update d/changelog
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 47f6b964072d9516d4fe3ed44b1e18aef67cb267
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Nov 6 08:46:25 2023 +0900
d/patches: Add 0011-Fix-section-number-of-man-files.patch
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit ef4ca9006779a31c1afededf6a7781dc772f7cff
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Nov 6 09:11:05 2023 +0900
d/README.Debian: Update
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 4f4a7bf46a152566b195cb937e5b3d92ad426bac
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Nov 6 08:21:45 2023 +0900
d/rules: Disable start fapolicyd.service
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 19afa2b61b6b9e18b753b2d71c0365e24d7d56f4
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Nov 6 06:49:26 2023 +0900
d/fapolicyd.dirs: Add etc/fapolicyd/trust.d
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 24bf160c56b6d5387bc2e9aaf673ea9d13a4b959
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Nov 6 06:39:06 2023 +0900
d/fapolicyd.postrm: Remove Files created by fapolicyd
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 6de395989fd88015756a8794c5e79fa1248acf3a
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Nov 6 06:13:24 2023 +0900
d/rules: Do not copy 90-deny-execute.rules to /etc/fapolicyd/rules.d.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 02e09aa049826bdbe18c77bf0e1ca303158b602b
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:35:12 2023 +0900
Add d/patches/0010-configure.ac-Swap-checkong-libmd-and-libdpkg.patch
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 2ecdaad3dbde477b317f5728f8ab8ebb125e336d
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:29:27 2023 +0900
d/control: Add dpkg-dev to Build-Depends
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 771e805e01fd59451a8c02ca300b6f09fdd46d26
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:24:35 2023 +0900
d/rules: Set --with-deb to configure
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit a9ecd78f65f8c0c5f60bc437adbcc2bfca1a831c
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:23:12 2023 +0900
Refesh d/patches/0007-Install-service-file-to-usr-lib-systemd.patch
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 21c7a7101297b8a16299daf98d0cbdbb6bc4e88e
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:18:27 2023 +0900
d/patches: Remove unnecessary patches
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 4329e182ff3ab335160360ff9627fa3da8603536
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:15:32 2023 +0900
Update d/changelog
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 14a728221f0642491f00c2ac659ff31b86f90d62
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:12:19 2023 +0900
Add d/patches/0009-fapolicyd.conf-Drop-rpmdb-from-trust-variable.patch
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit c63e9d89b198f4f4b7fbf00de8175930dfa35d72
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Mon Oct 2 21:00:56 2023 +0200
use master head of the fapolicyd-selinux
this allows to test latest chenges includsing the latest selinux DSP policy changes
commit e82689764fe80616fee72298cb68153596feade1
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 10:51:19 2023 +0900
Fix build package when user has more than 16 supplementary groups
Package build fails when user has more than 16 supplementary groups.
```
.. contents:: :depth: 2
FAIL: gid_proc_test
===================
./gid_proc_test: Too many groups
FAIL gid_proc_test (exit status: 1)
```
This uses NGROUPS_MAX instead of 16 to fix the issue.
Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051181
Original-author: Russell Coker <russell@coker.com.au>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
commit 6384389397630e703e8638c9d910432b53b19d4b
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 09:05:55 2023 +0900
Add d/patches/debian/patches/0008-Fix-FTBFS-cant-build-package-when-user.patch
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit c7e215f9e87a6ec75aa110e24e90d2b7b940b803
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon Oct 2 08:57:50 2023 +0900
Update to 1.3.2
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 2c45194b6b45ce296b167aec6c8955f997362499
Merge: c6da79d 7870b72
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Thu Sep 7 07:03:09 2023 +0900
Merge tag 'v1.3.2' into debian/sid
v1.3.2
commit 8e6fb6d1fb4d858678c7badc72068972d1b9bf53
Author: Stephen Tridgell <stephen.tridgell@cruxml.com.au>
Date: Fri Aug 4 16:12:16 2023 +1000
Reset the dpkg hash table before populating it again.
Fixes #259
commit 56d954d5269eb815d256836e8368d2bb67fe6267
Author: Steve Grubb <sgrubb@redhat.com>
Date: Fri Aug 4 17:53:32 2023 -0400
Add RuntimeDirectory to the systemd service file
commit 988e86d45417c6f5abfe996a20dda4d53ff481c5
Author: Steve Grubb <sgrubb@redhat.com>
Date: Tue Aug 1 17:45:55 2023 -0400
Stop reading mount table on error
Currently reading the mounts does not look for errors reading the mount
table. This fixes it to differentiate between success and error. If
we get an error, break out of the loop. In all likelihood, this won't
happen because all of the ways read could fail is catastrophic.
commit 00601b939daa2a6bf855107a9ea5e0122ad2ffdf
Author: wjhunter3 <114433527+wjhunter3@users.noreply.github.com>
Date: Tue Aug 1 15:43:20 2023 -0400
Update notify.c for issue #254 (#257)
Move the block of code that initializes mark_flag out of the loop so that it's always initialized, even if no watched mount points are initially present.
commit 6e9a71517409b230fb4321e2deebfa5b5a2010c9
Author: Stephen Tridgell <stephen.tridgell@cruxml.com.au>
Date: Thu Jul 27 13:54:04 2023 +1000
Try add missing debhelper dep.
commit 718f6177e684244e7dc9ddcd8a4f6ebc897bdb0f
Author: Stephen Tridgell <stephen.tridgell@cruxml.com.au>
Date: Thu Jul 27 13:38:18 2023 +1000
Add debmake as a dependency too.
commit 232fd7111402fe9f7fcc7d4afc599630b05ef0cb
Author: Stephen Tridgell <stephen.tridgell@cruxml.com.au>
Date: Thu Jul 27 13:33:25 2023 +1000
Add ubuntu to CI
commit 5860f0fa43d23ecfff276eb06a875da7254c8c92
Author: Stephen Tridgell <stephen.tridgell@cruxml.com.au>
Date: Thu Jul 27 13:12:10 2023 +1000
Add some additional instructions.
commit c7a5d07530f969aad1e4bc7f78a17a99a814da8c
Author: Stephen Tridgell <stephen.tridgell@cruxml.com.au>
Date: Thu Jul 27 12:52:48 2023 +1000
Initial creation of debian package.
Tested on AWS Ubuntu 22.04 image and working as expected.
commit 63f6262244f51c94465c39e234daa3e709672d7d
Author: Ryan Erickson <erickson.paul.ryan@gmail.com>
Date: Wed Jul 26 10:53:54 2023 -0400
Fix doc typo for SIGTERM
While reading the man page, I noticed the docs say SIGTERM "caused xyz..." while the other signals "causes xyz...". Quick typo fix for tense.
commit c3be09b2497bd710393eaea74d77fac0c33ac605
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Jun 15 23:10:07 2023 +0200
run test on all live fedoras
commit c41e6212739e8b78975ce7014631cf999e27ac9d
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:52:17 2023 +0200
CI: added packit configuration and tmt test plan
commit 248219377a034d7da9238e7424c97558395700e3
Author: Radovan Sroka <rsroka@redhat.com>
Date: Tue Jul 18 17:05:11 2023 +0200
Fix multiple leaks
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit cdb06af83c482bac6f066ba45df6c47c19b352fe
Author: Radovan Sroka <rsroka@redhat.com>
Date: Tue Jul 18 17:08:33 2023 +0200
Fix CI
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit 9e9d420a64092354d1b3bbaff65ec9b6abc3dc74
Author: Radovan Sroka <rsroka@redhat.com>
Date: Mon Jul 10 10:24:33 2023 +0200
Open fapolicyd-1.3.3 development cycle
commit 7870b72f60394c8f1f8e22db9f738bbf1855978c
Author: Radovan Sroka <rsroka@redhat.com>
Date: Mon Jul 10 10:04:28 2023 +0200
Finalize fapolicyd-1.3.2 release
commit 044c14648d8766bf3cff5ff744d0d5d3863be8a3
Author: Steve Grubb <sgrubb@redhat.com>
Date: Sat Jul 8 14:05:19 2023 -0400
Fix memory leak in cli
commit 1ebf4c3f3f0cd8faa40c4f1c3313f1a0ccef0451
Author: Steve Grubb <sgrubb@redhat.com>
Date: Sat Jul 8 09:28:07 2023 -0400
Cleanup logging memory on shutdown
commit 48c621ff3b31f26ab41c784da077f5d6a1ff42aa
Author: Steve Grubb <sgrubb@redhat.com>
Date: Fri Jul 7 15:22:22 2023 -0400
Cleanup static analysis warnings
commit 0e4acb77500b44d26ed2f43bbf99fd59ea36b445
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Wed Jun 7 19:37:42 2023 +0200
spec: added dist tag to release
commit a00de8cc05c4830c8015dcf74a3d57325c247729
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Jun 8 13:48:43 2023 +0200
spec: added uthash bundilng for EL builds
commit 5cbc79b1c05fd46e8c64b5b90139678fd68d004d
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Jun 8 13:30:56 2023 +0200
spec: added selinux sub-package bundling
commit 72e8d750fd65c6be5afd08b962401430a0c5ae18
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:11:18 2023 +0200
spec: drop dnf-plugin as it is well replaced by the rpm-plugin
commit 5cdbecb9fd43f37e3e5b555273b77f38fde6b8e3
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Jun 8 13:15:30 2023 +0200
spec: build with rpm support
commit 649d0ee635f9a2600f0acda7de34ae0182107af6
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:33:57 2023 +0200
spec: fixed files ownership
commit f2b31a4f58c205c669338fd817e3a6e80abe6301
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:33:02 2023 +0200
spec: handling upgrade / downgrade of rules.d files
- implemented upgrade / downgrade of default rules file set in the rules.d directory
commit 574e540317f776de4e1e364ec1384c3eebb6cd72
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:19:25 2023 +0200
spec: reworked the rules deployment
- created an extra file with defail policy files listing
- simplified the rules deployment using the listing
commit 449683911240393f13df444a8021994f31834494
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:04:21 2023 +0200
spec: call autogen.sh as part of the build process
commit 0dffe4f95baf5965501a4ffdf1f166d193e1bdaf
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 22:02:00 2023 +0200
spec: simplified sed pattern
commit 71cb22b1777b87ea2455638f04d7e876c2ddc3aa
Author: Dalibor Pospisil <dapospis@redhat.com>
Date: Thu Apr 20 21:59:41 2023 +0200
spec: added system as a build require
this fixed a build issue on epel
commit 544f7e57792f91c7b78310fe188b844c21757cc5
Author: Steve Grubb <sgrubb@redhat.com>
Date: Fri Jul 7 11:05:25 2023 -0400
Update lookup_tsource for debian backend
commit 3668f03e5ac339469c0f05e83f66f4c14bd2eb2d
Author: Radovan Sroka <rsroka@redhat.com>
Date: Fri Jul 7 17:02:12 2023 +0200
Fix broken backwards compatibility backend numbers (#249)
- when debian backend was merged it casued a change in backend numbering
so this commit fixes the numbers as they were before
- this numbers are also in trustdb so it is affected as well
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit b27e069a726c239cc15c6395c8b1abc4bd1d06b1
Author: Steve Grubb <sgrubb@redhat.com>
Date: Sat Jul 1 09:15:40 2023 -0400
Update ChangeLog
commit f36592179308967fcbd19a20e8338cfdf0b87697
Author: Radovan Sroka <rsroka@redhat.com>
Date: Thu Jun 22 20:37:05 2023 +0200
Sync the default q_size value with manpage
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit 00ebdf8b45f83019dd0c00d741ce99cdb4b177ba
Author: Steve Grubb <sgrubb@redhat.com>
Date: Wed Jun 21 10:49:27 2023 -0400
Change how rlimit is set
Last release changed to using the systemd LimitNOFILE=16384. This also
has the effect of changing the hard rlimit to the same number. If we
instead call getrlimit and set the soft limit to the hard limit, we
can have more descriptors available.
Also correct the error detection of failed nice syscalls.
commit b9035d61d87e8a25c79b22cdb337720883b549f6
Author: Steve Grubb <sgrubb@redhat.com>
Date: Thu Jun 15 16:03:07 2023 -0400
Fix date
commit 853875727cf389fcdfbaafdf70d5dd601171a02c
Author: Radovan Sroka <rsroka@redhat.com>
Date: Thu Jun 15 17:09:31 2023 +0200
Open fapolicyd-1.3.2 development cycle
commit e80d8aab4b0372f5e2f7035561e4efc79b12a8df
Author: Radovan Sroka <rsroka@redhat.com>
Date: Thu Jun 15 16:59:38 2023 +0200
Finalize fapolicyd-1.3.1 release
commit 8650061907065e8b7e739577a624067a93419f58
Author: Radovan Sroka <rsroka@redhat.com>
Date: Thu Jun 15 16:04:41 2023 +0200
Fix uncomplete 331a38ecb24e17afe5914418289fe3b4b14822c5
- filter file renaming went wrong
- fix the name of the files corectly and update also makefiles
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit 19efe2138b841e2e9586b66dde3f9e24c36ad52a
Author: Radovan Sroka <rsroka@redhat.com>
Date: Wed Jun 14 23:13:12 2023 +0200
Open fapolicyd-1.3.1 development cycle
commit baddd481bc645053cc7e90597588906710709269
Author: Radovan Sroka <rsroka@redhat.com>
Date: Wed Jun 14 22:57:21 2023 +0200
Finalize fapolicyd-1.3 release
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit eab38b3d69ffd5c11fc5e586ade5ee36d076ba66
Author: Radovan Sroka <rsroka@redhat.com>
Date: Wed Jun 14 18:35:33 2023 +0200
Unsupported backend is an error
- reverts basically 781df888d079746b97bb9c294e91bb93652de2fd and
190a92d75ece5028527902d20ba52095b2b4f0e8
- not an error causes possibility to load a trust from .conf empty when
there is no valid backend name which leads to the situation where
everything on the system is untrusted
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit c35ad41805328aa00801585d8ca02791019f4b99
Author: Steve Grubb <sgrubb@redhat.com>
Date: Wed Jun 14 12:59:30 2023 -0400
fix negative return
commit c121c8f7d328e36a87a715ab6d15050e8857b94b
Author: Steve Grubb <sgrubb@redhat.com>
Date: Wed Jun 14 12:58:01 2023 -0400
remove deadcode
commit a643c503a8d719f8992973f36d1d5bc8abd2d3ad
Author: Steve Grubb <sgrubb@redhat.com>
Date: Wed Jun 14 12:56:58 2023 -0400
fix uninitailized variable
commit fd1bb745bd7ce58a3252843e4cdbaf9df7eb5357
Author: Radovan Sroka <rsroka@redhat.com>
Date: Fri Mar 24 11:28:06 2023 +0100
Introduce runtime rules reloading feature
- rules are reloaded in case of SIGHUB
- the pipe logic was extended as well since it accepts number 3 now (for
rules reloading)
- CLI has new option "-r" that provides this capability
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit 331a38ecb24e17afe5914418289fe3b4b14822c5
Author: Radovan Sroka <rsroka@redhat.com>
Date: Wed Apr 26 17:25:38 2023 +0200
Rename filter file in fapolicyd
- from rpm-filter.conf to fapolicyd-filter.conf
Signed-off-by: Radovan Sroka <rsroka@redhat.com>
commit 14137472401c637db18bc6c1d49a3bed635a4b18
Author: Steve Grubb <sgrubb@redhat.com>
Date: Thu May 25 14:55:06 2023 -0400
Define debug_mode
If somehow rpm and dpkg are used together, the rpm-backend needs to link
against debug_mode. Define it conditionally in the deb test file.
commit 38b79bc5f4587d7aec1fc4277c17415eee029b53
Author: Steve Grubb <sgrubb@redhat.com>
Date: Thu May 25 14:37:58 2023 -0400
fix compiler warning
commit 957d272dbd2d56c62d250aaac971a050287e3c00
Author: Steve Grubb <sgrubb@redhat.com>
Date: Tue May 23 16:31:06 2023 -0400
Rename our internal debug variable because Debian has a function with the same name in libdpkg
commit c6da79d6609ecde0df2e832f1e947d70a2a74926
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Sun Apr 16 20:16:13 2023 +0900
Update changelog for 1.1.7-5 release
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit d9b44b51ea14e32c7659e120cfcfc49cb7403b87
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Sun Apr 16 19:59:44 2023 +0900
d/rules: Add --with-systemdsystemunitdir to dh_auto_configure
Add --with-systemdsystemunitdir to dh_auto_configure to specify
the directory to install the systemd files.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit 84f2c19b100b16949085d72d4007299fba1113b0
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Sun Apr 16 19:38:40 2023 +0900
Update changelog for 1.1.7-4 release
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
commit a21a01fa6b11345c18c5e762b38c922d9d2a85cf
Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Sun Apr 16 11:21:16 2023 +0900
Add d/patches/0007-Install-service-file-to-usr-lib-systemd.patch
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>