mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
refpolicy: Correct policy version in semanage.conf as per checkpolicy
The code "OUTPUT_POLICY=`${STAGING_BINDIR_NATIVE}/checkpolicy -V | cut -d' ' -f1`"
assigns OUTPUT_POLICY with 35 and policy.35 is getting generated.
So, correcting the policy version in semanage.conf file too.
Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
parent
237007feee
commit
5ef032c675
|
|
@ -206,7 +206,7 @@ path = ${STAGING_DIR_NATIVE}${sbindir_native}/sefcontext_compile
|
|||
args = \$@
|
||||
[end]
|
||||
|
||||
policy-version = 33
|
||||
policy-version = 35
|
||||
EOF
|
||||
|
||||
# Create policy store and build the policy
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user