mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 18:24:15 +00:00
Imported 2.791
No reason for CPC update specified.
This commit is contained in:
parent
397cee1694
commit
8545f7a201
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
||||
livecd-rootfs (2.791) kinetic; urgency=medium
|
||||
|
||||
[ Brian Murray ]
|
||||
* Finish the rename of FK_FORCE_CONTAINER into FK_FORCE. (LP: #1989194)
|
||||
|
||||
[ Simon Poirier ]
|
||||
* update apparmor feature overlay match the target kernel (LP: #1993204)
|
||||
|
||||
-- Brian Murray <brian@ubuntu.com> Mon, 17 Oct 2022 13:08:52 -0700
|
||||
|
||||
livecd-rootfs (2.790) kinetic; urgency=medium
|
||||
|
||||
* riscv: reduce the size of the intird for Nezha and LicheeRV
|
||||
|
@ -1 +1 @@
|
||||
chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap mac_override mac_admin syslog wake_alarm block_suspend audit_read
|
||||
chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap mac_override mac_admin syslog wake_alarm block_suspend audit_read perfmon bpf checkpoint_restore
|
||||
|
1
live-build/apparmor/generic/ipc/posix_mqueue
Normal file
1
live-build/apparmor/generic/ipc/posix_mqueue
Normal file
@ -0,0 +1 @@
|
||||
create read write open delete setattr getattr
|
1
live-build/apparmor/generic/namespaces/mask
Normal file
1
live-build/apparmor/generic/namespaces/mask
Normal file
@ -0,0 +1 @@
|
||||
userns_create
|
@ -1 +1 @@
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp mctp
|
||||
|
@ -1 +1 @@
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp
|
||||
unspec unix inet ax25 ipx appletalk netrom bridge atmpvc x25 inet6 rose netbeui security key netlink packet ash econet atmsvc rds sna irda pppox wanpipe llc ib mpls can tipc bluetooth iucv rxrpc isdn phonet ieee802154 caif alg nfc vsock kcm qipcrtr smc xdp mctp
|
||||
|
1
live-build/apparmor/generic/policy/outofband
Normal file
1
live-build/apparmor/generic/policy/outofband
Normal file
@ -0,0 +1 @@
|
||||
0x000001
|
1
live-build/apparmor/generic/policy/versions/v9
Normal file
1
live-build/apparmor/generic/policy/versions/v9
Normal file
@ -0,0 +1 @@
|
||||
yes
|
@ -249,7 +249,7 @@ install_grub() {
|
||||
# This explains why we install flash-kernel here.
|
||||
chroot mountpoint mkdir -p /etc/flash-kernel/
|
||||
chroot mountpoint bash -c "echo 'Microchip PolarFire-SoC Icicle Kit' > /etc/flash-kernel/machine"
|
||||
chroot mountpoint bash -c 'FK_FORCE_CONTAINER=yes apt-get install -qqy grub-efi-riscv64 flash-kernel'
|
||||
chroot mountpoint bash -c 'FK_FORCE=yes apt-get install -qqy grub-efi-riscv64 flash-kernel'
|
||||
efi_target=riscv64-efi
|
||||
# The real U-Boot
|
||||
chroot mountpoint apt-get install -qqy u-boot-microchip
|
||||
|
Loading…
x
Reference in New Issue
Block a user