Custom kernel not (auto)loading capabilities modules

droneauth ulist at gs1.ubuntuforums.org
Thu Feb 24 21:54:49 UTC 2005


dejitarob Wrote: 
> I'm getting the same..
If you compiled capability and commoncap as modules, which can be
verified eg via:
cat /usr/src/linux-`uname -r`/.config | grep CONFIG_SECURITY

(adjust to your kernel source directory if cat fails to find the file)

Simply put the corresponding modules in /etc/modules.

Sample (working) config file:

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

psmouse
mousedev
##################CUSTOM#######
capability
commoncap
##################END_CUSTOM###
ide-cd
ide-disk
ide-generic
lp

hth

droneauth


-- 
droneauth




More information about the ubuntu-users mailing list