[SSSD] [PATCH] BUILD: restrict perms. when installing from source

Pavel Reichl preichl at redhat.com
Tue Nov 25 14:48:43 UTC 2014


On 11/25/2014 03:38 PM, Lukas Slebodnik wrote:
> On (25/11/14 14:26), Pavel Reichl wrote:
>> On 11/19/2014 10:45 AM, Jakub Hrozek wrote:
>>
>> Thanks.
> >From 649aae0d47299229f2afe51fa27e6c315d967ae1 Mon Sep 17 00:00:00 2001
>> From: Pavel Reichl <preichl at redhat.com>
>> Date: Thu, 30 Oct 2014 10:13:54 +0000
>> Subject: [PATCH] BUILD: restrict perms. when installing from source
>>
>> Resolves:
>> https://fedorahosted.org/sssd/ticket/2467
>> ---
>> Makefile.am | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index 56a562c761d39ff5f54bc034ede563c40bf21ef8..21f02388efe360ecea9cdd157f91ffe172b08f91 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -2831,6 +2831,9 @@ if SSSD_USER
>> 	-chown $(SSSD_USER):$(SSSD_USER) \
>> 	$(SSSD_USER_DIRS)
>> endif
>> +	$(INSTALL) -d -m 0700 $(DESTDIR)$(dbpath) $(DESTDIR)$(logpath) $(DESTDIR)$(pipepath)/private
>> +	$(INSTALL) -d -m 0755 $(DESTDIR)$(mcpath) $(DESTDIR)$(pipepath) $(DESTDIR)$(pubconfpath) $(DESTDIR)$(pubconfpath)/krb5.include.d $(DESTDIR)$(gpocachepath)
> I would like to apologize for nitpicking but previous two lines are longer
> than 80 characters.
>
> LS
> _______________________________________________
> sssd-devel mailing list
> sssd-devel at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/sssd-devel
No need to apologize, I just hope you like the formatting of continuous 
lines.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-BUILD-restrict-perms.-when-installing-from-source.patch
Type: text/x-patch
Size: 980 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20141125/f6f4f332/attachment.bin>


More information about the sssd-devel mailing list