I am converting the current atrpms build environment from using root to using a non priviledged user for building.
While assigning ownerships/modes can be done with attr, I now stumbled over /dev entries. Is there a method to mknod as non-root (possibly not), or to register /dev nodes in the rpm like with attr? Thanks.