Bug 11780 - [Anolis23.2][RC1][aarch64/x86]selinux初始状态由Disabled变更成Permissive
Summary: [Anolis23.2][RC1][aarch64/x86]selinux初始状态由Disabled变更成Permissive
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.2
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2024-11-08 13:39 UTC by gitpush
Modified: 2024-12-30 15:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gitpush alibaba_cloud_group 2024-11-08 13:39:27 UTC
环境信息:
[root@localhost ~]# uname -a
Linux localhost.localdomain 6.6.25-2.2_rc1.an23.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Oct 31 21:26:10 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23.1"
ID="anolis"
VERSION_ID="23.1"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23.1"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

执行过程:
[root@localhost ~]# getenforce
Permissive

对照23.1
[root@iZbp13r3wyytgb8y8g9e6hZ ~]# getenforce
Disabled

默认应是Disabled
Comment 1 gaochang alibaba_cloud_group 2024-11-11 11:19:25 UTC
这个是什么环境的测试结果?是 ISO 安装完成之后的结果还是 qcow2 里面的结果?
Comment 2 gitpush alibaba_cloud_group 2024-11-14 10:54:20 UTC
(In reply to gaochang from comment #1)
> 这个是什么环境的测试结果?是 ISO 安装完成之后的结果还是 qcow2 里面的结果?

qcow2创建的ecs
Comment 3 gaochang alibaba_cloud_group 2024-12-11 15:23:32 UTC
https://build.openanolis.cn/kojifiles/rsync/anolis/23.2/isos/RC2/
RC2 qcow 已修复
Comment 4 yunmeng365524 2024-12-16 15:38:27 UTC
RC2的镜像并未修复
arm:
[root@localhost ~]# getenforce
Permissive
[root@localhost ~]# uname -a
Linux localhost.localdomain 6.6.25-2.2_rc2.1.an23.aarch64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 15:40:26 CST 2024 aarch64 aarch64 aarch64 GNU/Linux
[root@localhost ~]#
[root@localhost ~]#


x86:
[root@localhost ~]# getenforce
Permissive
[root@localhost ~]# uname -a
Linux localhost.localdomain 6.6.25-2.2_rc2.1.an23.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 15:44:23 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]#
Comment 5 gaochang alibaba_cloud_group 2024-12-24 10:14:28 UTC
https://build.openanolis.cn/kojifiles/rsync/anolis/23.2/isos/RC2/
RC2 update1 镜像已修复
Comment 6 yunmeng365524 2024-12-30 15:00:22 UTC
update 镜像已经修改
[root@localhost ~]# getenforce
Disabled
[root@localhost ~]# uname -a
Linux localhost.localdomain 6.6.25-2.2_rc2.2.an23.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 18 11:54:25 CST 2024 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]#