Guillermo Austin Kim
Posts
998 posts[Linux Kernel] Selinux: selinux_enforcing_boot
selinux_enforcing_boot is configured within enforcing_setup(). CONFIG_SECURITY_SELINUX_DEVELOPstatic int selinux_enforcing_boot; static int __init enforcing_setup(char *str){ unsigned long enforcing; if (!kstrtoul(str, 0, &enforcing)) selinux_enforcing_boot = enforcing ? 1 : 0; return 1;}__setup("enforcing=", enforcing_setup);#else#define selinux_enforcing_boot 1#endif If you would like to
[Linux Kernel] Selinux: selinux_enabled
Now, let's find selinux_enabled is set as 1 or 0. CONFIG_SECURITY_SELINUX_BOOTPARAMint selinux_enabled = CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE; static int __init selinux_enabled_setup(char *str){ unsigned long enabled; if (!kstrtoul(str, 0, &enabled)) selinux_enabled = enabled ? 1 : 0; return 1;}__setup("selinux=", selinux_enabled_setup);#elseint selinux_enabled = 1;#endif If the boot ar
[리눅스커널] sparse를 설치해 리눅스 커널을 빌드하기
아래 명령어를 입력해 sparse 소스를 내려받습니다. root:~/oss_prj/spare_src$ git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git 소스를 내려 받고 생성되는 sparse 디렉터리에 이동해, PREFIX의 위치를 변경합니다. root:~/oss_prj/spare_src/sparse$ git diffdiff --git a/Makefile b/Makefileindex 69d20e7..0c7a107 100644--- a/Makefile+++ b/Makefile@@ -1,4 +1,4 @@-VERSION=0.6.3+/VERSION=0.6.3 ###############################################
[리눅스][유틸리티] Ubuntu 버전 확인: 'lsb_release -a'
가끔 Ubuntu 버전을 확인하고 싶을 때가 있습니다.이 때 'lsb_release -a' 명령어를 입력하면 됩니다. root:~/oss_prj$ lsb_release -aNo LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 16.04.7 LTSRelease: 16.04Codename: xenial 위 출력 결과로 우분투의 버전은 16.04임을 알 수 있습니다.
Austin's 커널 레터: tip.git에 대해서
리눅스 커널 오픈 소스 프로젝트에 패치를 업스트림하면,여러 메인테이너들이 관리하는 GIT repository 정보가 확인됩니다. 그 중에 자주 눈에 들어오는 GIT는 다음과 같이 tip.git입니다. 여기서 tip는 무엇을 의미할까요? 리눅스 커널에 대한 팁(tip)을 업데이트하는 GIT일까요? 그렇지 않습니다. 아래 3분의 핵심 리눅스 커널 개발자의 이름을 따서 만든 깃입니다 Thomas Gleixner Ingo Molnar Peter Anvin 아래 링크의 LWN(Linux Weekly News)에서도, 이 정보를 확인할 수 있습니다. Git tree maintenancehttps://lwn.net/Articles/572068/ >> H. Peter Anvin is

![[Spoiler] 점프 신작 '공주님 고문 시간입니다' 원작자에 '우공못' 작가 그림. '시간정지용사' 또다른 플레이어? '다음에 오는 만화 대상' 운영 잡지 폐간](https://img.zoomtrend.com/2026/06/07/1780881297-ECA090ED948426-28EC95A0EB8B88EBA980EC8B9CEAB7B8EB8490.jpeg)
