semanage-login
Verified for current stable LTS
Semanage Login Command: Add Login Mapping With Mls Mcs Range
Use for add login mapping with mls mcs range with Semanage Login. Exact CLI syntax to add login mapping with mls mcs range using Semanage Login.
When to use this: Use for add login mapping with mls mcs range with Semanage Login.
Command Syntax
sudo semanage login -a -s <user_u> -r {s0-s0:c0.c1023} <linux_username> sudo semanage login -a -s <user_u> -r `{s0-s0:c0.c1023`} <linux_username> Live Command Builder
Final Command
sudo semanage login -a -s <user_u> -r {s0-s0:c0.c1023} <linux_username> Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
-s- Command Option
- Tool-specific option used by this command invocation.
-r- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to add login mapping with mls mcs range using Semanage Login.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Semanage Login Command: Add Login Mapping Linux User To Selinux User
sudo semanage login -a -s <selinux_user> <linux_username> Semanage Login Command: Delete Login Mapping Linux User sudo semanage login -d <linux_username> Semanage Login Command: List Customized Login Mappings Linux sudo semanage login -l -C Semanage Login Command: List Login Mappings Linux sudo semanage login -l Semanage Login Command: Modify Existing Login Mapping sudo semanage login -m -s <selinux_user> <linux_username>