Lines Matching full:security
14 const char xattr_foo[] = "security.bpf.foo";
15 const char xattr_bar[] = "security.bpf.bar";
16 static const char xattr_selinux[] = "security.selinux";
46 /* Only do the following for security.bpf.foo */ in BPF_PROG()
52 /* read security.bpf.bar */ in BPF_PROG()
56 /* If security.bpf.bar doesn't exist, set it */ in BPF_PROG()
66 /* If security.bpf.bar exists, remove it */ in BPF_PROG()
102 /* Only do the following for security.bpf.foo */ in BPF_PROG()
108 /* read security.bpf.bar */ in BPF_PROG()
112 /* If security.bpf.bar doesn't exist, set it */ in BPF_PROG()
122 /* If security.bpf.bar exists, remove it */ in BPF_PROG()