Add rule to SELinux allowing modules to be loaded into custom kernel
This commit is contained in:
parent
bad8adb8de
commit
5347bd0181
1 changed files with 3 additions and 0 deletions
|
|
@ -35,5 +35,8 @@ RUN dnf remove -y plocate
|
||||||
|
|
||||||
RUN systemctl disable nvidia-powerd
|
RUN systemctl disable nvidia-powerd
|
||||||
|
|
||||||
|
# Add rule to SELinux allowing modules to be loaded into custom kernel
|
||||||
|
RUN setsebool -P domain_kernel_load_modules on
|
||||||
|
|
||||||
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
RUN rm -rf /tmp/* /var/* && mkdir -p /var/tmp && chmod -R 1777 /var/tmp && \
|
||||||
bootc container lint
|
bootc container lint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue