FS#29298 - [cdrtools] Lowering the privileges unintended by the author

Attached to Project: Community Packages
Opened by Natrio (natrio) - Thursday, 05 April 2012, 18:43 GMT
Last edited by Lukas Jirkovsky (6xx) - Friday, 06 April 2012, 10:10 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Jirkovsky (6xx)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In PKGBUILD:
find "$pkgdir" -type f -perm 4711 -exec chmod 755 '{}' ';'

but Schilling says:
In order to be able to use the SCSI transport subsystem of
the OS, run at highest priority and lock itself into core
cdrecord either needs to be run as root, needs to be
installed suid root or must be called via RBACs pfexec
mechanism.
http://cdrecord.berlios.de/private/man/cdrecord/cdrecord.1.html , search by "suid".

This lowering of privileges in PKGBUILD not provided by the author of the program and breaks its normal use.
This task depends upon

Closed by  Lukas Jirkovsky (6xx)
Friday, 06 April 2012, 10:10 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in cdrtools-3.01a07-3
Comment by Alexander F. Rødseth (xyproto) - Friday, 06 April 2012, 08:43 GMT
Assigning to last packager since it's an orphan.
Comment by Lukas Jirkovsky (6xx) - Friday, 06 April 2012, 10:04 GMT
Thanks, Alexander for noting it was an orphan, because I forgot to adopt it.

Loading...