mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02:00 
			
		
		
		
	|  6ae0042f4d Subshell evaluations are not exempt from errexit, so if a command is
not available, `which` will fail and exit the script as a whole.
This causes the helpful error messages to not be printed if they are
tacked on using a `$?` comparison.
Resolve the issue by using chains of logical operators, which are not
subject to the effects of errexit.
Fixes:  | ||
|---|---|---|
| .. | ||
| mdp | ||
| install_policy.sh | ||
| Makefile | ||
| README | ||
Please see Documentation/admin-guide/LSM/SELinux.rst for information on installing a dummy SELinux policy.