Re: [PATCH 4/5] Write /tmp/anaconda.conf (#569883)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> +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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux