[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 4/5] Write /tmp/anaconda.conf (#569883)
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH 4/5] Write /tmp/anaconda.conf (#569883)
- Date: Tue, 8 Mar 2011 11:05:31 -0500
> +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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]