diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index d52a92507412..7a630a8a5cef 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -989,6 +989,7 @@ static void selinux_write_opts(struct seq_file *m, | |||
989 | continue; | 989 | continue; |
990 | default: | 990 | default: |
991 | BUG(); | 991 | BUG(); |
992 | return; | ||
992 | }; | 993 | }; |
993 | /* we need a comma before each option */ | 994 | /* we need a comma before each option */ |
994 | seq_putc(m, ','); | 995 | seq_putc(m, ','); |
@@ -1442,6 +1443,7 @@ static int task_has_capability(struct task_struct *tsk, | |||
1442 | printk(KERN_ERR | 1443 | printk(KERN_ERR |
1443 | "SELinux: out of range capability %d\n", cap); | 1444 | "SELinux: out of range capability %d\n", cap); |
1444 | BUG(); | 1445 | BUG(); |
1446 | return -EINVAL; | ||
1445 | } | 1447 | } |
1446 | 1448 | ||
1447 | rc = avc_has_perm_noaudit(sid, sid, sclass, av, 0, &avd); | 1449 | rc = avc_has_perm_noaudit(sid, sid, sclass, av, 0, &avd); |