Re: Setting group/other write flags not honoured in open

2020-10-31 Thread Marcelo Diop-Gonzalez
Hey, I think this is because the process's umask is changing the mode. In fs/namei.c in the function lookup_open() there's this bit: if (!IS_POSIXACL(dir->d_inode)) mode &= ~current_umask(); the open(2) and umask(2) manpages will explain how to deal with it -Marcelo On Sat, Oct

Re: Trouble Installing Compiled Kernel

2020-03-25 Thread Marcelo Diop-Gonzalez
Hey, I think you want modules_install instead of install_module -Marcelo On Wed, Mar 25, 2020 at 12:23 PM Nathanael J Grix wrote: > > Hi, > I recently decided to try and make contributions to the kernel. I normally > just use windows as my operating system so I decided to set up Slackware to