[MDEV-3859] incorrect permissions on /etc after installing mariadb rpms Created: 2012-11-15 Updated: 2013-04-26 Resolved: 2012-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.28 |
| Fix Version/s: | 5.5.28a |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Golubchik | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Copied from https://answers.launchpad.net/maria/+question/214236
And indeed, rpm2cpio xxx|cpio -i --list -v shows that some directories in the rpms have rwxrwxr-x permissions, while others have rwxr-xr-x permissions. |
| Comments |
| Comment by Sergei Golubchik [ 2012-11-16 ] |
|
after trying various approaches, I ended up adding "umask 022" to the build sequence |
| Comment by Gordan Bobic [ 2013-04-26 ] |
|
This also affects 10.0.0 EL6 rpms. Has this been fixed in the 10.0.x branch? |
| Comment by Elena Stepanova [ 2013-04-26 ] |
|
Hi, According to 'Fix version', it was fixed in 5.5.28a, which means it should be incorporated into 10.0.1 and further (10.0.0 was released before 5.5.28a). |