Use chef_allow_gsr for os

This commit is contained in:
Aoran Zeng
2025-08-10 20:01:19 +08:00
parent f36fd1ccb2
commit 827a26951b
29 changed files with 29 additions and 97 deletions

View File

@@ -11,6 +11,7 @@ void
os_openkylin_prelude ()
{
use_this(os_openkylin);
chef_allow_gsr(os_openkylin);
chef_set_created_on (this, "2023-09-06");
chef_set_last_updated (this, "2025-08-10");
@@ -22,10 +23,6 @@ os_openkylin_prelude ()
chef_set_contributors (this, 1,
"Aoran Zeng", "ccmywish@qq.com");
chef_allow_get();
chef_allow_set();
chef_allow_reset();
chef_allow_local_mode (this, CanNot, NULL, NULL);
chef_forbid_english(this);
chef_forbid_user_define(this);