#7650 client installer uses invalid format in chmod (0x...)
Closed: fixed 5 years ago Opened 5 years ago by rcritten.

Issue

Commit 792adeb introduced incorrect usage of chmod which leads to bad flags:

---x--Sr-T. 1 root root 54 Jul 24 13:24 /etc/krb5.conf.d/freeipa*

Version/Release/Distribution

freeipa-client-4.6.90.pre2-3.fc28.x86_64

It needs to use 0o644 and not 0x644.

Reported upstream by orionp

This will need to be ported to F28, F29, etc.


Metadata Update from @rcritten:
- Issue priority set to: important
- Issue set to the milestone: FreeIPA 4.7.1

5 years ago

master:

  • 94bcd93 ipaclient-install: chmod needs octal permissions

Metadata Update from @rcritten:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1609880

5 years ago

ipa-4-7:

  • dc5df24 ipaclient-install: chmod needs octal permissions

Metadata Update from @tdudlak:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

5 years ago

Login to comment on this ticket.

Metadata