> +void mlWriteBlacklist() { > + int fd; > + int i; > + int ret; > + char *buf; > + > + /* Write out the blacklist, used by modprobe on bootup */ > + fd = open("/tmp/anaconda.conf", O_WRONLY | O_CREAT, 0666); Maybe I'm just paranoid, but I don't see why you'd do 0666 instead of 0644 or 0664. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list