Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 481690

Summary: genkernel-3.4.45.1: --menuconfig all: CONFIG_FANOTIFY_ACCESS_PERMISSIONS missing
Product: Gentoo Linux Reporter: Heinrich Schuchardt <xypron.glpk>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal CC: xypron.glpk
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge info
Screensthot

Description Heinrich Schuchardt 2013-08-19 20:48:43 UTC
When configuring the kernel with genkernel CONFIG_FANOTIFY_ACCESS_PERMISSIONS is missing as an option.

Reproducible: Always

Steps to Reproduce:
1. ACCEPT_KEYWORDS='~amd64'
2. emerge gentoo-sources
3. genkernel --menuconfig all
Actual Results:  
CONFIG_FANOTIFY can be selected
CONFIG_FANOTIFY_ACCESS_PERMISSIONS cannot be selected

Expected Results:  
CONFIG_FANOTIFY_ACCESS_PERMISSIONS can be selected
Comment 1 Heinrich Schuchardt 2013-08-19 20:49:29 UTC
Created attachment 356444 [details]
emerge info
Comment 2 Heinrich Schuchardt 2013-08-19 20:50:55 UTC
Created attachment 356446 [details]
Screensthot
Comment 3 Wolfram Schlich (RETIRED) gentoo-dev 2013-08-19 21:35:11 UTC
Depends on: FANOTIFY [=y] && SECURITY [=y]

I initially had the same problem :-)
One has to enable "Security options ---> [*] Enable different security models".

Cheers,
Wolfram