These two patches are initial patches for tickets
https://fedorahosted.org/sssd/ticket/2373 https://fedorahosted.org/sssd/ticket/2372
I will add wrappers for more libaudit functions as needed in later patches.
As for now, the audit support is not build by default so you need to run --with-libaudit. I would like to make it default when we have the above tickets solved.
Thanks, Michal
On Tue, Aug 12, 2014 at 03:13:00PM +0200, Michal Židek wrote:
These two patches are initial patches for tickets
This is the local provider, targetting 1.13.
For the libselinux auditing, did you check if it is possible to use libselinux to manage the mappings? The libselinux maintainer wasn't quite sure, but suspected it wasn't possible.
Anyway, I think we should check if a) using libselinux the way we use it in src/tools/selinux.c was possible instead of writing out the flat files b) if yes, then check if libselinux emits the audit messages we need.
I will add wrappers for more libaudit functions as needed in later patches.
As for now, the audit support is not build by default so you need to run --with-libaudit. I would like to make it default when we have the above tickets solved.
Thanks, Michal
On 08/12/2014 03:13 PM, Michal Židek wrote:
These two patches are initial patches for tickets
https://fedorahosted.org/sssd/ticket/2373 https://fedorahosted.org/sssd/ticket/2372
I will add wrappers for more libaudit functions as needed in later patches.
As for now, the audit support is not build by default so you need to run --with-libaudit. I would like to make it default when we have the above tickets solved.
Thanks, Michal
New version of patches attached.
Michal
On 09/25/2014 07:07 PM, Michal Židek wrote:
On 08/12/2014 03:13 PM, Michal Židek wrote:
These two patches are initial patches for tickets
https://fedorahosted.org/sssd/ticket/2373 https://fedorahosted.org/sssd/ticket/2372
I will add wrappers for more libaudit functions as needed in later patches.
As for now, the audit support is not build by default so you need to run --with-libaudit. I would like to make it default when we have the above tickets solved.
Thanks, Michal
New version of patches attached.
Michal
Rebased and updated patches are attached. There were some Makefile.am and specfile issues with the previous version.
Michal
On 11/07/2014 05:28 PM, Michal Židek wrote:
On 09/25/2014 07:07 PM, Michal Židek wrote:
On 08/12/2014 03:13 PM, Michal Židek wrote:
These two patches are initial patches for tickets
https://fedorahosted.org/sssd/ticket/2373 https://fedorahosted.org/sssd/ticket/2372
I will add wrappers for more libaudit functions as needed in later patches.
As for now, the audit support is not build by default so you need to run --with-libaudit. I would like to make it default when we have the above tickets solved.
Thanks, Michal
New version of patches attached.
Michal
Rebased and updated patches are attached. There were some Makefile.am and specfile issues with the previous version.
Michal
The last version of patches still applies on current master. As mentioned in this thread, you need to run configure with option --with-libaudit to enable the audit support.
In this version only sss_useradd uses this. If this approach is OK I will use it to add support to other sss tools as well.
Michal
On Tue, Jul 21, 2015 at 02:51:29PM +0200, Michal Židek wrote:
On 11/07/2014 05:28 PM, Michal Židek wrote:
On 09/25/2014 07:07 PM, Michal Židek wrote:
On 08/12/2014 03:13 PM, Michal Židek wrote:
These two patches are initial patches for tickets
https://fedorahosted.org/sssd/ticket/2373 https://fedorahosted.org/sssd/ticket/2372
I will add wrappers for more libaudit functions as needed in later patches.
As for now, the audit support is not build by default so you need to run --with-libaudit. I would like to make it default when we have the above tickets solved.
Thanks, Michal
New version of patches attached.
Michal
Rebased and updated patches are attached. There were some Makefile.am and specfile issues with the previous version.
Michal
The last version of patches still applies on current master. As mentioned in this thread, you need to run configure with option --with-libaudit to enable the audit support.
In this version only sss_useradd uses this. If this approach is OK I will use it to add support to other sss tools as well.
Michal
This not not really an urgent task now.
sssd-devel@lists.fedorahosted.org